Skip to content

Commit

Permalink
Merge pull request #51 from openzim/add_non_js_fallback
Browse files Browse the repository at this point in the history
Add fallback for browsers without JS
  • Loading branch information
benoit74 authored Oct 30, 2024
2 parents 351779e + a333119 commit 2e6b59a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zimui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
</head>
<body>
<div id="app"></div>
<noscript>
<p>
JavaScript is disabled in your browser. Please enable JavaScript to access content inside
this ZIM.
</p>
</noscript>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 2e6b59a

Please sign in to comment.