mordor/mordor/templates/mordor/index.html
2021-05-17 20:50:02 +02:00

13 lines
229 B
HTML

{% extends "base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
<a href="{% url 'oauth:login' %}" >
<button style="margin-top: 4em;" class="big_but">Ik ben zeus</button>
</a>
{% endblock %}