various design improvements
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<h1>Play!</h1>
|
||||
<h2>You are: {{ current_player }}</h2>
|
||||
<div class=current_player_indicator>You are: {{ current_player }}</div>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
@@ -13,4 +13,8 @@
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href={{ edit_url }}>Edit name</a> <a href={{ url_for('create_game') }}>New game</a>
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user