4786a74cec72eed544641c0cb7e5de36fb46233f
[proteocache.git] / webapp / view / home.jsp
1 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
4 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
5 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
6
7 <html>
8 <jsp:include page="fragments/header.jsp" />
9 <body>
10         <div class="container">
11                 <jsp:include page="fragments/mainmenu.jsp" />
12                 <jsp:include page="fragments/footer.jsp"/>
13         </div>
14 </body>
15 </html>