Add homepage quick join flow
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user