Skip to content

Commit 275847c

Browse files
committed
Warning when JS disabled
1 parent 174195a commit 275847c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

frontend/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<title>OpenNumismat</title>
88
</head>
99
<body>
10+
<noscript>
11+
<div style="background-color: #ffcccc; padding: 20px; text-align: center; border-bottom: 2px solid red;">
12+
<strong>JavaScript is required.</strong> Please enable JavaScript in your browser settings to use this application.
13+
</div>
14+
</noscript>
15+
1016
<div id="app"></div>
1117
<script type="module" src="/src/main.js"></script>
1218
</body>

0 commit comments

Comments
 (0)