Skip to content

Commit 56f23f1

Browse files
committed
Don't remove the noscript message
1 parent 5803188 commit 56f23f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
</head>
2020
<body>
2121
{{content-for 'body'}}
22+
<noscript>
23+
<div id="main">
24+
<div class='noscript'>
25+
This site requires JavaScript to be enabled.
26+
</div>
27+
</div>
28+
</noscript>
2229

2330
<script src="{{rootURL}}assets/vendor.js"></script>
2431
<script src="{{rootURL}}assets/cargo.js"></script>

0 commit comments

Comments
 (0)