Update templates/host.html

This commit is contained in:
2026-05-13 15:51:33 +00:00
parent 3d46ab20a3
commit 0d3982c9ef
+3
View File
@@ -376,6 +376,9 @@ body::before{
<button class="hbtn hbtn-primary" onclick="resetGame()">▶ PLAY AGAIN</button> <button class="hbtn hbtn-primary" onclick="resetGame()">▶ PLAY AGAIN</button>
<button class="hbtn hbtn-secondary" onclick="location.href='scores'">📊 HISTORY</button> <button class="hbtn hbtn-secondary" onclick="location.href='scores'">📊 HISTORY</button>
</div> </div>
<div style="font-family:var(--mono);font-size:.65rem;color:var(--muted);margin-top:.75rem;">
PLAY AGAIN will kick all players back to the join screen
</div>
</div> </div>
<script> <script>