From 01083c1b81d4b70b014d1980ee91e3e8f688ca35 Mon Sep 17 00:00:00 2001 From: Vishnu Prasad <30547152+VishnuPrasad1998@users.noreply.github.com> Date: Wed, 10 Oct 2018 21:30:48 +0530 Subject: [PATCH] Update index.html --- template/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/index.html b/template/index.html index e0f577b927..f18521df06 100644 --- a/template/index.html +++ b/template/index.html @@ -24,6 +24,7 @@ </head> <body style="padding:0; margin: 0; background: #000;"> <script src="res/loading.js"></script> + <p>Hello world</p> <canvas id="gameCanvas" width="321" height="480"></canvas> </body> -</html> \ No newline at end of file +</html>