Skip to content

Commit 5dd74dd

Browse files
viankakrisnagaearon
authored andcommitted
add noscript to template's index.html (facebook#2224)
* add noscript to template's index.html * Tweak message
1 parent 5b6e89b commit 5dd74dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/public/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<title>React App</title>
2323
</head>
2424
<body>
25+
<noscript>
26+
You need to enable JavaScript to run this app.
27+
</noscript>
2528
<div id="root"></div>
2629
<!--
2730
This HTML file is a template.

0 commit comments

Comments
 (0)