summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Grothe <grothe.tr@gmail.com>2026-04-30 00:36:17 -0400
committerThomas Grothe <grothe.tr@gmail.com>2026-04-30 00:36:17 -0400
commitdd886585cb9a34af6e6dda24dcfabc8132fdebb1 (patch)
treeeb7be0922bf57fc3fe4a644f65cf212e0cdaa07b /index.html
parent60553f2103ca58405798be7f7d17153f49c2ac7a (diff)
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..cdb8d8e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>CyberJump</title>
+</head>
+<body>
+ <div id="app"></div>
+ <script type="module" src="/src/main.ts"></script>
+</body>
+</html>