diff options
author | root <root@dev.spline.de> | 2008-12-11 10:34:20 +0100 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-12-11 10:34:20 +0100 |
commit | 8a407fe6f53510bd59b35afc51740938dcda3dcb (patch) | |
tree | cdd99bcc8cb51ffaff381043bacae838d6adaa98 /templates/contact.html | |
parent | 1f0bf783196855d16057fd7e4c3a0610cee99986 (diff) | |
download | dev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.tar.gz dev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.tar.xz dev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.zip |
add contact page
Diffstat (limited to 'templates/contact.html')
-rw-r--r-- | templates/contact.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/contact.html b/templates/contact.html new file mode 100644 index 0000000..e81d9d9 --- /dev/null +++ b/templates/contact.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% block title %}Imprint{% endblock %} +{% block content %} +<h1>Contact</h1> +If you encounter any problems or wish to send us some other message, please write to:<br/><br/> +<strong style="margin-left:20%;">dev@spline.de</strong><br/> +{% endblock %} |