diff options
Diffstat (limited to 'src/main/resources/templates/benki/about')
-rw-r--r-- | src/main/resources/templates/benki/about/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/about/index.html b/src/main/resources/templates/benki/about/index.html new file mode 100644 index 0000000..f59ee2c --- /dev/null +++ b/src/main/resources/templates/benki/about/index.html @@ -0,0 +1,37 @@ +{@eu.mulk.mulkcms2.benki.wiki.WikiPageRevision page} + +{#include base.html} + +{#title}About This Site{/title} +{#siteSection}About This Site{/siteSection} +{#aboutClass}this-page{/aboutClass} + +{#head}{/head} + +{#body} + +<article id="contact-info"> + <header> + <hgroup> + <h1>Contact Information</h1> + <h2>Information according to § 5 TMG, § 55 Abs. 2 RStV</h2> + </hgroup> + </header> + + <p>Responsible for the content on this site:</p> + + <section id="contact-info-main"> + <address> + Matthias Benkard<br/> + Machtlfinger Str. 29<br/> + 81379 München<br/> + <br/> + E-Mail: <a href="mailto:admin@mulk.eu">admin@mulk.eu</a><br/> + Phone: <a href="tel:+49088568054002">+49-8856-8054002</a><br/> + Fax: <a href="tel:+498920008761207">+49-89-20008761207</a><br/> + </address> + </section> +</article> +{/body} + +{/include} |