diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
| commit | 860e1ecb570bda229b6a64fef905923898e0f832 (patch) | |
| tree | 261c4781766e3d6d273809625cc4e364ab07b925 /web/dist/v2/index.html | |
| parent | 47c43577ead8721008b858232511b2f65e0ed574 (diff) | |
| download | neko-860e1ecb570bda229b6a64fef905923898e0f832.tar.gz neko-860e1ecb570bda229b6a64fef905923898e0f832.tar.bz2 neko-860e1ecb570bda229b6a64fef905923898e0f832.zip | |
Audit and reduce Go dependencies: replace go.rice with embed, pflag with flag
Diffstat (limited to 'web/dist/v2/index.html')
| -rw-r--r-- | web/dist/v2/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/dist/v2/index.html b/web/dist/v2/index.html new file mode 100644 index 0000000..bd7b234 --- /dev/null +++ b/web/dist/v2/index.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/v2/vite.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Neko Reader</title> + <script type="module" crossorigin src="/v2/assets/index-f8d4YxQn.js"></script> + <link rel="stylesheet" crossorigin href="/v2/assets/index-B3U-SMew.css"> + </head> + <body> + <div id="root"></div> + </body> +</html> |
