feat(web): add home arrow link to game page header

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-13 16:38:58 -07:00
parent 40818f5bd2
commit b82573e7b1
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
<body>
<header>
<div class="hud-left">
<a href="/" class="home-link" title="Home">&#8592;</a>
<span class="logo">Solitaire Quest</span>
<span id="hud-seed" class="muted"></span>
</div>