aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/index.html
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-12 21:44:23 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-12 21:44:23 -0800
commit9db2500fb340ef304c0f15f4379bc33589df9a63 (patch)
tree55495be30810f55aa1115ad2b392f97ce8650efb /frontend/index.html
parentde96851d8eb0a0b45d7bf0cee67339fea54349f0 (diff)
downloadneko-9db2500fb340ef304c0f15f4379bc33589df9a63.tar.gz
neko-9db2500fb340ef304c0f15f4379bc33589df9a63.tar.bz2
neko-9db2500fb340ef304c0f15f4379bc33589df9a63.zip
Scaffold new frontend and close NK-t0nmbj
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..072a57e
--- /dev/null
+++ b/frontend/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>frontend</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>