aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-13 14:56:02 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-13 14:56:02 +0100
commitc7b02f02ad0a7e2888f2d7d3599719e59bbd1ee2 (patch)
tree9f782daf2e2ff78559958f15e0b9ffe5ece78334 /static/index.html
parent7ee9d320e6ba9a84542d838892c43cf98b268552 (diff)
frontend: design prototype
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index cd0d6de..7450237 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,8 +1,19 @@
<!DOCTYPE html>
<html>
<head>
- <title>Storyboard</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <script type="importmap">
+ {
+ "imports": {
+ "sfw": "./sfw/index.js"
+ }
+ }
+ </script>
+ <title>Memora</title>
<script type="module" src="index.js"></script>
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
</body>