Skip to content

Commit 471f4ab

Browse files
authored
Added back noscript tag
1 parent 0726564 commit 471f4ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<title>Server Side Rendering - Create React App</title>
2323
</head>
2424
<body>
25+
<noscript>
26+
Please enable javascript for this page
27+
</noscript>
2528
<div id="root">{{SSR}}</div>
2629
<!--
2730
This HTML file is a template.

0 commit comments

Comments
 (0)