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 @@