From b5e0648d1aa91fbda6aef8993cfbeedcbde0b758 Mon Sep 17 00:00:00 2001
From: Pawan Singhla <43420134+Pawansinghla@users.noreply.github.com>
Date: Mon, 14 Oct 2019 16:42:37 +0530
Subject: [PATCH] Update index.html

update the title
---
 template/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/index.html b/template/index.html
index e0f577b927..dcf1dabd65 100644
--- a/template/index.html
+++ b/template/index.html
@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta charset="utf-8">
-    <title>Cocos2d-html5 Hello World test</title>
+    <title>Cocos2d-html5 Hello World</title>
     <link rel="icon" type="image/GIF" href="res/favicon.ico"/>
     <meta name="viewport" content="width=321,user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes"/>
@@ -26,4 +26,4 @@
 <script src="res/loading.js"></script>
 <canvas id="gameCanvas" width="321" height="480"></canvas>
 </body>
-</html>
\ No newline at end of file
+</html>