Impressum und weitere rechtliche Hinweise eingebaut
[website] / src / main / webapp / WEB-INF / templates / about.jsp
1 <%@page contentType="text/html;charset=UTF-8"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%@page session="false" %>
4 <%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
5 <s:url var="base" value="/" />
6 <aside class="m">
7   <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
8   The german law enforces the so called <em>Impressum</em> to enable
9   customers to easily find out all juristically relevant informations
10   about the company, that rules a site.
11   <h1>Find out more...</h1>
12   If you just want to
13   <a href="${base}about.html" title="Learn more about juplo now">learn more about juplo</a>,
14   you should better
15   <a href="${base}about.html" title="Learn more about juplo now">visit our about-pages</a>.
16 </aside>