5 lines
80 B
HTML
5 lines
80 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
<a href="/game/new" class="button">
|
||
|
New Game
|
||
|
</a>
|