Create a basic HTML page to permit usage of non-JS devices
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
nemunaire 2022-12-08 16:44:17 +01:00
commit 7df46e03e0
7 changed files with 236 additions and 0 deletions

View file

@ -14,6 +14,7 @@
%sveltekit.head%
</head>
<body class="flex-fill d-flex flex-column">
<noscript>Si la page ne charge pas, essayez <a href="/nojs.html">la version sans JavaScript</a>.</noscript>
<div class="flex-fill d-flex flex-column justify-content-between" style="min-height: 100%">%sveltekit.body%</div>
</body>
</html>