aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
blob: 659a3fb0653816fd47fcf48cfeae1ebf8fdda9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <script type="text/javascript" src="/scripts.js"></script>
    <link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>

</body>
</html>