aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-10-26 12:10:47 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-10-26 12:10:47 +0100
commit5e4d41d1dfeaaeca731b3c5496377214ec6e557f (patch)
tree6b1c5359f17e1e30c85fdb7d611d1c5bbb7843e9 /index.html
bootstrap project
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..a888544
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <link rel="icon" href="/favicon.ico">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Vite App</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script type="module" src="/src/main.ts"></script>
+ </body>
+</html>