Initial version

This commit is contained in:
Abel
2021-12-31 14:11:04 +01:00
commit 8973535974
7 changed files with 291 additions and 0 deletions

7
templates/about.html Executable file
View File

@@ -0,0 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="about">
<h1>Zoek je aansluiting</h1>
<p>versie 2021-12-17</p>
</div>
{% endblock %}