added support to use as a PWA

This commit is contained in:
2021-10-07 11:18:32 +03:00
parent dc0e4d5c57
commit 19a955525e
6 changed files with 142 additions and 4 deletions

View File

@@ -3,6 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>
<title>Generator Status...</title>
<style>
* {