Skip to content

Commit

Permalink
add noscript to template's index.html (facebook#2224)
Browse files Browse the repository at this point in the history
* add noscript to template's index.html

* Tweak message
  • Loading branch information
viankakrisna authored and gaearon committed May 19, 2017
1 parent 5b6e89b commit 5dd74dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5dd74dd

Please sign in to comment.