Skip to content

Commit

Permalink
Display a message when the user has JavaScript disabled. (#604)
Browse files Browse the repository at this point in the history
* Add noscript tag and text

* Wording

---------

Co-authored-by: Tarik Amar <tarik.amar@multi.coop>
  • Loading branch information
at-github and Tarik Amar authored Dec 2, 2024
1 parent dda43be commit 768fa79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>
Désolé, ce site ne fonctionne pas encore sans javascript.
</noscript >
</body>
</html>

0 comments on commit 768fa79

Please sign in to comment.