Mercurial
view hg-web/src/index.html @ 176:fed99fc04e12 hg-web
[HgWeb] Problem with the emscript lol
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 21 Jan 2026 19:32:08 -0800 |
| parents | 71ad34a8bc9a |
| children | a2725419f988 |
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="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> </head> <body> <main> <div id="root"></div> <!-- <div class="header"> <h1>Zenbu Repository</h1> <p class="description">Browse and clone this mercurial repository</p> </div> <div class="clone-info"> <strong>Clone this repository:</strong><br> <code>hg clone http://zenbu.babocoder.com/repo</code> </div> <div class="breadcrumb" id="breadcrumb"></div> <div class="file-list" id="fileList"></div> <div class="readme-section" id="readmeSection" style="display: none;"> <h2>README</h2> <div class="readme-content" id="readmeContent"></div> </div> <div class="empty-state" id="emptyState" style="display: none;"> <p>No files found in this directory</p> </div> --> </main> <script src="/markdown_to_html.js"></script> <script src="/page.js"></script> </body> </html>