Display an error message if JavaScript is disabled
This commit is contained in:
parent
a7c0548b7e
commit
caa2c9f559
2 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,8 @@
|
|||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="src/main.js"></script>
|
||||
<noscript>
|
||||
<p>This application's main purpose is to compute values on the client side, therefore JavaScript is required.</p>
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue