mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 15:43:09 +00:00
publish v1
This commit is contained in:
commit
761e6d810a
21 changed files with 526 additions and 0 deletions
13
templates/contact.html
Normal file
13
templates/contact.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue