Impressum und weitere rechtliche Hinweise eingebaut
[website] / src / main / webapp / WEB-INF / templates / about.jsp
diff --git a/src/main/webapp/WEB-INF/templates/about.jsp b/src/main/webapp/WEB-INF/templates/about.jsp
new file mode 100644 (file)
index 0000000..2360f2f
--- /dev/null
@@ -0,0 +1,16 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
+<s:url var="base" value="/" />
+<aside class="m">
+  <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
+  The german law enforces the so called <em>Impressum</em> to enable
+  customers to easily find out all juristically relevant informations
+  about the company, that rules a site.
+  <h1>Find out more...</h1>
+  If you just want to
+  <a href="${base}about.html" title="Learn more about juplo now">learn more about juplo</a>,
+  you should better
+  <a href="${base}about.html" title="Learn more about juplo now">visit our about-pages</a>.
+</aside>