Initial commit

This commit is contained in:
2019-08-02 13:47:16 +03:00
commit a7b1233a0c
10 changed files with 2768 additions and 0 deletions

5
templates/404.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block title %}404{% endblock title %}
{% block content %}
<h1>404 - Could not find that page</h1>
{% endblock content %}