mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-12 16:18:39 +08:00
add noscript to template's index.html (#2224)
* add noscript to template's index.html * Tweak message
This commit is contained in:
committed by
Dan Abramov
parent
f3f559937e
commit
c749de7f34
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user