Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
c749de7f
Commit
c749de7f
authored
7 years ago
by
Ade Viankakrisna Fadlil
Committed by
Dan Abramov
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add noscript to template's index.html (#2224)
* add noscript to template's index.html * Tweak message
parent
f3f55993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/template/public/index.html
+3
-0
packages/react-scripts/template/public/index.html
with
3 additions
and
0 deletions
+3
-0
packages/react-scripts/template/public/index.html
+
3
-
0
View file @
c749de7f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment