Templates und Seiten ein Verzeichnis höher geschoben und thymeleaf/ gelöscht
[website] / dist / projects / fix-swf / getting-started.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='Fix SWF - Getting Started', uri='/projects/fix-swf/getting-started.html'"
7     >
8   <head>
9     <title>Fix SWF - Getting Started</title>
10     <!--/*-->
11     <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
12     <style type="text/css">
13       @import '../../css/screen.min.css' screen;
14       @import '../../css/print.min.css' print;
15     </style>
16     <!--*/-->
17   </head>
18   <body>
19     <h1>Getting Started - DUMMY</h1>
20   </body>
21 </html>