diff --git a/60sburgerrun/index.html b/60sburgerrun/index.html index 18f1e173..f4b1f896 100644 --- a/60sburgerrun/index.html +++ b/60sburgerrun/index.html @@ -41,6 +41,7 @@ setTimeout(function(){ if(document.getElementsByTagName("canvas").length) { document.getElementsByTagName("canvas")[0].classList.add("no-select") + document.getElementsByTagName("canvas")[0].fillText("Hello World", canvas.width/2, canvas.height/2); } }, 2000); @@ -84,6 +85,9 @@