summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-30 19:42:56 +0900
committerAdam Malczewski <[email protected]>2026-03-30 19:42:56 +0900
commite872165ed8e6f761aa37d9d9222dd6eeb05984ed (patch)
tree660e2c6e13242dfab5499b9dfba9c91aba39e087 /index.html
downloaddispatch-web-dev.tar.gz
dispatch-web-dev.zip
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..376345f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>dispatch-web</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script type="module" src="/src/main.ts"></script>
+ </body>
+</html>