diff options
| author | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-12 18:31:40 +0100 |
|---|---|---|
| committer | Daniel Andreas Wang <danielaw@tilde.club> | 2026-03-12 18:31:40 +0100 |
| commit | ad9c2429def17cd73d0cc22837ef278abcd4f64a (patch) | |
| tree | a45f23c88828feeaebae33bc7da04bbe606acfef /index.html | |
first commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9e5fc8f --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang=""> + <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> |
