Browse Source

html: contact page

Nikola Kotur 10 years ago
parent
commit
45edf586ee
2 changed files with 7 additions and 1 deletions
  1. BIN
      static/img/mail.png
  2. 7 1
      templates/contact.html

BIN
static/img/mail.png


+ 7 - 1
templates/contact.html

@@ -4,5 +4,11 @@
 {% endblock %}
 
 {% block main %}
-Contact.
+
+<h3>Contact</h3>
+
+<p>I would love to hear from you, please send your feedback here: <img src="{{ url_for('static', filename='img/mail.png') }}" />.</p>
+
+<p>Please do not hesitate to send feature wishes too!</p>
+
 {% endblock %}