| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <pstm-name>main</pstm-name>
- <pstm-title>usm-web</pstm-title>
- <link rel="stylesheet" pstm-res-href="main.css">
- <script pstm-res-src="statum.js"></script>
- </head>
- <body>
- <header class="site-header">
- <div class="wrap site-header-inner">
- <a class="brand" href="/"><span class="brand-mark">▲</span>usm-web</a>
- <span class="tagline">USM repository browser & serving frontend</span>
- </div>
- </header>
- <main class="wrap">
- <div stm-preloader>Loading…</div>
- <div stm-content hidden>
- <pstm-content></pstm-content>
- </div>
- </main>
- <footer class="site-footer">
- <div class="wrap">Served by <strong>usm-web</strong> — browse the table above, point USM at the
- repository URI, or fetch packages straight from this host.</div>
- </footer>
- </body>
- </html>
|