add noscript to template's index.html (#2224)

* add noscript to template's index.html

* Tweak message
This commit is contained in:
Ade Viankakrisna Fadlil
2017-05-19 23:55:39 +07:00
committed by Dan Abramov
parent f3f559937e
commit c749de7f34

View File

@@ -22,6 +22,9 @@
<title>React App</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
This HTML file is a template.