view hg-web/src/index.html @ 188:32ce881452fa hg-web

Fixing few stuff.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:50:28 -0800
parents fed99fc04e12
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>