Added site description

This commit is contained in:
Stone-Red-Code
2021-03-18 22:02:23 +01:00
parent 63f4d71252
commit 7867c1ec1f
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let image = {
(function main() {
canvas = document.getElementById("mainpanel");
ctx = canvas.getContext("2d");
image.img.src = 'http://github.com/Stone-Red-Code.png';
image.img.src = 'https://github.com/Stone-Red-Code.png';
canvas.style.width = '100%';
canvas.style.height = '100%';
canvas.width = 1000;