Add homepage quick join flow

This commit is contained in:
2026-03-03 19:07:40 +01:00
parent d1b432f8aa
commit 8a6ea5a592
3 changed files with 84 additions and 10 deletions
+16
View File
@@ -10,4 +10,20 @@
>Past games</a
>
</div>
<div class="home-join">
<form
class="quick-join-form"
action="{{ url_for('main.play') }}"
method="get"
>
<input
type="text"
name="code"
maxlength="6"
placeholder="Game code"
aria-label="Join by code"
/>
<button class="btn btn-secondary" type="submit">Join</button>
</form>
</div>
{% endblock %}