initial pwa support

This commit is contained in:
2022-10-16 10:23:01 +02:00
parent b3d1804a2e
commit 3dc051aba1
27 changed files with 297 additions and 14 deletions

View File

@ -5,6 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="./resources/pyscript.css" />
<script defer src="./resources/pyscript.js"></script>
@ -24,6 +26,7 @@
<py-script src="./main.py"></py-script>
<script src="./resources/bootstrap.js"></script>
<script src="./resources/pwa.js"></script>
</body>
</html>