publish v1

This commit is contained in:
Mathias DUPEUX 2025-03-05 15:41:26 +01:00
commit 761e6d810a
21 changed files with 526 additions and 0 deletions

13
templates/contact.html Normal file
View file

@ -0,0 +1,13 @@
{% extends 'base.html' %}
{% block head %}
<title>Contact</title>
{% endblock %}
{% block content %}
<h1>Contact</h1>
<hr>
Mail: <a href="mailto:mathias@dupeux.net">mathias@dupeux.net</a>
{% endblock %}