First commit

This commit is contained in:
Andros Fenollosa
2020-05-19 00:25:12 +02:00
commit 2ba2a42c2f
14 changed files with 327 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{% extends "layouts/base.html" %}
{% block title %}
404
{% endblock %}
{% block content %}
<h1>404</h1>
{% endblock %}