18e6f39975a35588195b5c8c9442887be28f12e1
[website] / dist / projects.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     layout:decorator="templates/layout"
6     th:with="title='Projects', uri='/projects.html'"
7     >
8   <head>
9     <title>Projects</title>
10     <!--/*-->
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12     <link rel="stylesheet" type="text/css" href="css/base.min.css"/>
13     <style type="text/css">
14       @import 'css/screen.min.css' screen;
15       @import 'css/print.min.css' print;
16     </style>
17     <!--*/-->
18   </head>
19   <body>
20    <h1>Projects - DUMMY</h1>
21   </body>
22 </html>