1
0
mirror of https://github.com/balkian/bitter.git synced 2025-04-24 21:59:06 +00:00
J. Fernando Sánchez 17f589c710 Added webserver
2016-09-14 19:53:56 +02:00

9 lines
203 B
HTML

{% extends "base.html" %}
{% block header %}
<h1>You don't wanna authorize me? :(</h1>
{% endblock %}
{% block content %}
<p>It's ok, but come back if you change your mind...</p>
{% endblock %}