diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:30:34 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:30:34 -0800 |
| commit | 90c1a68d6478138f538094fc83e48da8ddd21fa0 (patch) | |
| tree | 90c5e03ec49bb0790ca849f6dac09786cd93bce3 /frontend-vanilla/index.html | |
| parent | 7ceec2469ecb047ed8f9c8e2149323d8500773e2 (diff) | |
| download | neko-90c1a68d6478138f538094fc83e48da8ddd21fa0.tar.gz neko-90c1a68d6478138f538094fc83e48da8ddd21fa0.tar.bz2 neko-90c1a68d6478138f538094fc83e48da8ddd21fa0.zip | |
Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, embed dist/v3
Diffstat (limited to 'frontend-vanilla/index.html')
| -rw-r--r-- | frontend-vanilla/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend-vanilla/index.html b/frontend-vanilla/index.html new file mode 100644 index 0000000..0038daa --- /dev/null +++ b/frontend-vanilla/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>frontend-vanilla</title> + </head> + <body> + <div id="app"></div> + <script type="module" src="/src/main.ts"></script> + </body> +</html> |
