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 romaindso committed Jul 10, 2017
1 parent 91ff0b4 commit 1eb8d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/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 1eb8d4a

Please sign in to comment.