summaryrefslogtreecommitdiff
path: root/templates/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/contact.html b/templates/contact.html
new file mode 100644
index 0000000..bb88466
--- /dev/null
+++ b/templates/contact.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h3> Email: rasmus.luha@gmail.com </h3>
+{% endblock content %}