diff options
| author | Adam Malczewski <[email protected]> | 2026-04-09 15:46:54 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-09 15:46:54 +0900 |
| commit | a4b619ff1229b226da3e7228c167aad4289e1784 (patch) | |
| tree | 6a92b7f71dec96f70d4d1e6b9aafe6ce28b596b6 /index.html | |
| download | flashair-speedsync-a4b619ff1229b226da3e7228c167aad4289e1784.tar.gz flashair-speedsync-a4b619ff1229b226da3e7228c167aad4289e1784.zip | |
inital app skeleton
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..bc1e3b5 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en" data-theme="cmyk"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>SpeedSync</title> + </head> + <body> + <div id="app"></div> + <script type="module" src="/src/main.ts"></script> + </body> +</html> |
