Idea changed but sync
This commit is contained in:
parent
8d58558c76
commit
4a85a0062b
4 changed files with 66 additions and 4 deletions
10
index.html
10
index.html
|
@ -11,6 +11,16 @@
|
|||
<body>
|
||||
<div id="app" style="margin: 0; padding: 0;"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
.pagecontainer {display:none;}
|
||||
</style>
|
||||
<div class="noscriptmsg">
|
||||
You don't have javascript enabled. <br/>
|
||||
Please visit this website without javascript: <a href="https://scriptless.deprived.dev/">link</a>
|
||||
</div>
|
||||
</noscript>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue