diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 19:37:50 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-16 19:40:10 -0800 |
| commit | cba29e6aae637b04ff6eaf28f74bc15b6242b9ea (patch) | |
| tree | 226753a3fcd18a6d45089dafcb1ee72557140aa8 /web/dist/v2/index.html | |
| parent | cb6d0c9e330c27ff85ff065c2ea6dd1a756cbf6d (diff) | |
| download | neko-cba29e6aae637b04ff6eaf28f74bc15b6242b9ea.tar.gz neko-cba29e6aae637b04ff6eaf28f74bc15b6242b9ea.tar.bz2 neko-cba29e6aae637b04ff6eaf28f74bc15b6242b9ea.zip | |
Remove legacy V2 React frontend and update build/test scripts to focus on Vanilla JS (V3)
Diffstat (limited to 'web/dist/v2/index.html')
| -rw-r--r-- | web/dist/v2/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/web/dist/v2/index.html b/web/dist/v2/index.html deleted file mode 100644 index b0baff7..0000000 --- a/web/dist/v2/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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, shrink-to-fit=no, viewport-fit=cover" /> - <title>Neko Reader</title> - <script type="module" crossorigin src="/v2/assets/index-Dh9FpypQ.js"></script> - <link rel="stylesheet" crossorigin href="/v2/assets/index-BIMig4wW.css"> - </head> - <body> - <div id="root"></div> - </body> -</html> |
