From 7867c1ec1fd7132b0e0886831ad463aab4ce174e Mon Sep 17 00:00:00 2001 From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:02:23 +0100 Subject: [PATCH] Added site description --- Scripts/fun.js | 2 +- index.html | 5 +++++ nav.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Scripts/fun.js b/Scripts/fun.js index 9edb1db..f06c70b 100644 --- a/Scripts/fun.js +++ b/Scripts/fun.js @@ -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; diff --git a/index.html b/index.html index 2309fca..65f6d17 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,11 @@