initial commit

This commit is contained in:
Rupus Reinefjord 2018-01-11 23:40:31 +01:00
commit a528892ac8
46 changed files with 2152 additions and 0 deletions

10
templates/error/404.html Normal file
View file

@ -0,0 +1,10 @@
{% extends "layout.html" %}
{% set title = "404 - Not found" %}
{% block body %}
<main>
<h2>404 &mdash; Not found</h2>
<p>The page you were looking for was not found :(</p>
</main>
{% endblock %}