Skip to content

Commit c749de7

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-scripts/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)