You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fear_tracker/fear_tracker/templates/index.html

9 lines
266 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="button-container">
<a href="{% url 'new_game' %}" class="button button-new-game">New Game</a>
<a href="{% url 'enter_code' %}" class="button button-join-game">Join Game</a>
</div>
{% endblock %}