WIP: less.js ausgebaut
[website] / dist / thymeleaf / 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.css"/>
13     <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
14     <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
15     <script src="../js/less-1.7.0.min.js"></script>
16     <!--*/-->
17   </head>
18   <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
19    <h1>Projects - DUMMY</h1>
20   </body>
21 </html>