diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 07:45:14 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 07:45:14 +0100 |
| commit | f6a3fb9c4d8dd86f78c9f75a23c1ac35bf35d4eb (patch) | |
| tree | 5f28fbca03d83921b568f7cb1708374456d9ec42 /index.html | |
| parent | feat(treewide): Add further buttons (diff) | |
| download | web-client-f6a3fb9c4d8dd86f78c9f75a23c1ac35bf35d4eb.zip | |
feat(treewide): Commit MVP
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html index 6fe87e8..7085f94 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,16 @@ rel="css" href="./public/tailwindcss-output.css" /> + + <link + rel="manifest" + href="/manifest.json" + /> + <link + data-trunk + rel="copy-file" + href="./public/manifest.json" + /> </head> <body></body> |
