diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-04-28 07:31:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-04-28 07:34:03 +0200 |
commit | af8e2832a0f03c52f78a7f4d8f9740ec31e661e2 (patch) | |
tree | b484e6ee1ae6bbba93c5348f5a457a423f6ea5bf /templates/imprint.html.ep | |
parent | 37fa6e58770adda23402e34adeb4561ba71c0968 (diff) |
Add links to imprint and privacy policy
Diffstat (limited to 'templates/imprint.html.ep')
-rw-r--r-- | templates/imprint.html.ep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/imprint.html.ep b/templates/imprint.html.ep new file mode 100644 index 0000000..f571abf --- /dev/null +++ b/templates/imprint.html.ep @@ -0,0 +1,7 @@ +<div class="container"> +<h1>Impressum</h1> +Verantwortlich für diese Seite ist:<br/> +Vorname Nachname<br/> +Straße Hausnummer<br/> +PLZ Ort +</div> |