Skip to content

Commit

Permalink
ADD: noscript warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenMan36 committed Aug 24, 2024
1 parent 9a2ad8f commit bbc205a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@
</head>

<body>
<noscript>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
}
</style>
<strong
>Sorry, je moet Javascript toestaan, anders werkt het ledenportaal niet.
<br />Sta Javascript toe om door te gaan.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down

0 comments on commit bbc205a

Please sign in to comment.