diff --git a/src/main/webapp/WEB-INF/views/home/common/footer.jsp b/src/main/webapp/WEB-INF/views/home/common/footer.jsp new file mode 100644 index 0000000..d9a23bd --- /dev/null +++ b/src/main/webapp/WEB-INF/views/home/common/footer.jsp @@ -0,0 +1,13 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/home/common/header.jsp b/src/main/webapp/WEB-INF/views/home/common/header.jsp new file mode 100644 index 0000000..97d115a --- /dev/null +++ b/src/main/webapp/WEB-INF/views/home/common/header.jsp @@ -0,0 +1,146 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + +