Skip to content

Commit efb809e

Browse files
committed
Added error alert if JavaScript is disabled
1 parent 4cedb36 commit efb809e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
</head>
2929
<body>
3030
<div id="app"></div>
31+
<noscript>
32+
<div class="alert alert-danger" role="alert">
33+
<h4 class="alert-heading">Oops!</h4>
34+
<p>Looks like you don't have JavaScript enabled in your browser. You will need to fix that for this website to work.</p>
35+
</div>
36+
</noscript>
3137
<!-- built files will be auto injected -->
3238
</body>
3339
</html>

0 commit comments

Comments
 (0)