We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174195a commit 275847cCopy full SHA for 275847c
1 file changed
frontend/index.html
@@ -7,6 +7,12 @@
7
<title>OpenNumismat</title>
8
</head>
9
<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
+
16
<div id="app"></div>
17
<script type="module" src="/src/main.js"></script>
18
</body>
0 commit comments