]> git.mxchange.org Git - pizzaservice-war.git/blob - web/privacy.jsp
2471b06c12c5179a95feeb76600d8e5ce35fbc6d
[pizzaservice-war.git] / web / privacy.jsp
1 <%-- 
2         Document   : privacy
3         Created on : 11.08.2015, 11:56:22
4         Author     : Roland Haeder
5 --%>
6
7 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
8 <%@page contentType="text/html" pageEncoding="UTF-8"%>
9 <%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
10
11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
12 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
13         <head>
14                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
15                 <link rel="stylesheet" href="<%=request.getContextPath()%>/style.css" type="text/css"/>
16                 <title><%=PizzaServiceApplication.MAIN_TITLE%> - Datenschutzbestimmungen</title>
17         </head>
18
19         <body>
20                 <div id="title">
21                         <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Datenschutzbestimmungen</h1>
22                 </div>
23
24                 <jsp:include page="/static/menu.jsp" flush="true" />
25
26                 <div id="content_outer">
27                         <div id="content_title">
28                                 <h2>Datenschutzbestimmungen:</h2>
29                         </div>
30
31                         <div id="content">
32                         </div>
33                 </div>
34
35                 <jsp:include page="/static/footer.jsp" flush="true" />
36         </body>
37 </html>