feature: Implement support for table-based indexes and dark mode

This commit is contained in:
Keith Solomon
2026-01-04 10:12:58 -06:00
parent 658dc66a9f
commit 861b7b63cb
4 changed files with 169 additions and 29 deletions

View File

@@ -11,6 +11,9 @@
<label for="remote-url">Contents of:</label>
<input id="remote-url" type="text" placeholder="http://example.com/" />
<button id="remote-submit">Submit</button>
<label class="checkbox">
<input id="theme-toggle" type="checkbox" /> Dark mode
</label>
</header>
<main class="grid">