Now easier to write tests for the app, and most pages are at least touched.

This commit is contained in:
Zed A. Shaw 2025-07-10 13:06:19 -04:00
parent d095bc9ff4
commit ecc264db8c
14 changed files with 124 additions and 89 deletions

View file

@ -13,12 +13,12 @@
<header>
<blockstart style="background-color: var(--value0)">
<block style="--value: 0; --text: 9" class="horizontal">
<a href="/">🏡</a>
<a href="/live/">Live</a>
<a href="/stream/">Streams</a>
<a href="/game/">Games</a>
<a href="/register/">Register</a>
<a href="/login/">Login</a>
<a id="home" href="/">🏡</a>
<a id="live" href="/live/">Live</a>
<a id="stream" href="/stream/">Streams</a>
<a id="game" href="/game/">Games</a>
<a id="register" href="/register/">Register</a>
<a id="login" href="/login/">Login</a>
</block>
</blockstart>
</header>