]> git.mxchange.org Git - pizzaservice-war.git/blob - web/static/footer.jsp
Added footer for admin area + error include file "direct_call.jsp"
[pizzaservice-war.git] / web / static / footer.jsp
1 <%-- 
2         Document   : footer
3         Created on : 11.08.2015, 12:28:03
4         Author     : Roland Haeder
5 --%>
6 <div class="footer">
7         <ul class="footer_nav">
8                 <li><a href="<%=request.getContextPath()%>/">Home</a></li>
9                 <li><a href="<%=request.getContextPath()%>/imprint.jsp">Impressum</a></li>
10                 <li><a href="<%=request.getContextPath()%>/terms.jsp">AGBs</a></li>
11                 <li><a href="<%=request.getContextPath()%>/privacy.jsp">Datenschutz</a></li>
12         </ul>
13 </div>
14
15 <div class="clear"></div>