diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-25 11:34:56 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-25 11:34:56 +0100 |
| commit | 439e8c85c78540b5823a6366c6405e6697afd110 (patch) | |
| tree | 8a89fe5783dbc5759f8c6483bab880bcbd52def0 /static | |
| parent | 605b03bfbd36e41819000ee0aed80df3c767b069 (diff) | |
add manifest to html
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index cf0a613..c1aa172 100644 --- a/static/index.html +++ b/static/index.html @@ -16,6 +16,7 @@ <title>Memora</title> <script type="module" src="index.js"></script> <link rel="icon" href="icon.png" type="image/png"> + <link rel="manifest" href="manifest.json" /> </head> <body> </body> |