diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 21:48:57 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 21:48:57 -0800 |
| commit | 657faf3acd7755d6b84a87e0e363729d95930258 (patch) | |
| tree | 0691a677c3b6e8827d52a9a536f9ee9a6cbdcf80 /web/dist/v3/index.html | |
| parent | 371e474217b5ade280e2d9b3893b1893be507eb1 (diff) | |
| download | neko-657faf3acd7755d6b84a87e0e363729d95930258.tar.gz neko-657faf3acd7755d6b84a87e0e363729d95930258.tar.bz2 neko-657faf3acd7755d6b84a87e0e363729d95930258.zip | |
Vanilla JS (v3): Fix mobile horizontal scroll, simplify logo to 🐱 emoji, implement feed deselect, and complete Settings (Add Feed, Export/Import OPML)
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 82bd711..7a6d422 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,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> - <script type="module" crossorigin src="/v3/assets/index-IyL2W0f_.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-Cqbn4jqh.css"> + <script type="module" crossorigin src="/v3/assets/index-BmLjwl8J.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-CJ8IAAIK.css"> </head> <body> <div id="app"></div> |
