arrowcounter/counter/templates/index.html

8 lines
190 B
HTML
Raw Normal View History

{% extends 'base.html' %}
2018-08-10 11:26:45 +00:00
{% block title %}Home{% endblock %}
{% block content %}
2018-08-10 11:26:45 +00:00
<h1 class="center">Arrow counter</h1>
<h4 class="center">A simple online arrow counter</h4>
{% endblock %}