diff options
| author | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-30 00:36:17 -0400 |
|---|---|---|
| committer | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-30 00:36:17 -0400 |
| commit | dd886585cb9a34af6e6dda24dcfabc8132fdebb1 (patch) | |
| tree | eb7be0922bf57fc3fe4a644f65cf212e0cdaa07b /index.html | |
| parent | 60553f2103ca58405798be7f7d17153f49c2ac7a (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
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> |
