Mercurial
view hg-web/src/index.html @ 263:ee04e4e69fed
Add functional JRPG frame and tools
Add full-screen background_2 apertures, functional frame chrome, card-driven details, dual-window tools, live conversion workflows, and bounded cleanup for generated downloads.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Thu, 06 Aug 2026 11:31:30 -0700 |
| parents | 9f4429c49733 |
| children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Zenbu Repository</title> <link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/base.css"> <link rel="stylesheet" href="/a11y-dark.min.css" media="(prefers-color-scheme: dark)"> <link rel="stylesheet" href="/a11y-light.min.css" media="(prefers-color-scheme: light)"> <link rel="preload" href="/public/fonts/more-sugar.regular.otf" as="font" type="font/otf" crossorigin> <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> </head> <body> <main> <div id="root"></div> </main> <script type="module" src="/page.js"></script> <script src="/highlight.min.js"></script> </body> </html>