aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-25 11:34:56 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-25 11:34:56 +0100
commit439e8c85c78540b5823a6366c6405e6697afd110 (patch)
tree8a89fe5783dbc5759f8c6483bab880bcbd52def0
parent605b03bfbd36e41819000ee0aed80df3c767b069 (diff)
add manifest to html
-rw-r--r--static/index.html1
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>