summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 14:26:56 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:09:26 +0300
commit1e15fcceddfd2710c84fee0d68988a8eacce7453 (patch)
treeb5ef465400a645586814d7906168c86883fe4487 /web/index.html
parent1e3657b3fab94405c9e404bba87689dfd0e27130 (diff)
chore(web): install vite
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..b7231ea
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title>Notive</title>
+ <script type="module" src="index.ts"></script>
+ </head>
+ <body>
+ <p>Hello, World!</p>
+ </body>
+</html>