aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
commit70994ddaf48a92d062977bc667c72685a4ccb815 (patch)
tree262dd69b72804e00356cd8c98bb2a93d5668d368 /static/index.html
parent2115198c6a292dce97cfb411e939b10c39ca24c1 (diff)
try to use bun for bundling
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/static/index.html b/static/index.html
index c1aa172..8fa5079 100644
--- a/static/index.html
+++ b/static/index.html
@@ -2,17 +2,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script type="importmap">
- {
- "imports": {
- "sfw": "./sfw/index.js",
- "api": "./api/index.js",
- "icons": "./icons/index.js",
- "widgets": "./widgets/index.js",
- "pages": "./pages/index.js"
- }
- }
- </script>
<title>Memora</title>
<script type="module" src="index.js"></script>
<link rel="icon" href="icon.png" type="image/png">