2026-05-16 16:36:51 -07:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2026-05-16 16:38:51 -07:00
|
|
|
<title>sigilbox</title>
|
2026-05-16 16:36:51 -07:00
|
|
|
<link rel="stylesheet" href="/assets/app.css">
|
|
|
|
|
<script src="/assets/app.js" defer></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<main class="shell">
|
2026-05-16 22:19:19 -07:00
|
|
|
<div class="brand-lockup" aria-label="sigilbox">
|
|
|
|
|
<div class="brand-mark" aria-hidden="true"></div>
|
|
|
|
|
<h1>sigilbox</h1>
|
|
|
|
|
</div>
|
2026-05-16 16:36:51 -07:00
|
|
|
<form class="archive-box" id="archive-form" autocomplete="off">
|
|
|
|
|
<label class="sr-only" for="archive-url">URL</label>
|
|
|
|
|
<div class="input-row">
|
|
|
|
|
<input id="archive-url" name="url" type="url" inputmode="url" spellcheck="false" autocomplete="url" placeholder="https://example.com" required>
|
|
|
|
|
<button id="archive-submit" type="submit">Archive</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="progress-wrap" id="progress-wrap" hidden>
|
|
|
|
|
<div class="progress-track" aria-hidden="true">
|
|
|
|
|
<div class="progress-bar" id="progress-bar"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="status-line" id="status-line" aria-live="polite"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</main>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|