WIP: Dummy-Seiten für Blog... RENAME: prefix/suffix
[website] / dist / projects.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{/templates/layout.html :: layout(uri='/projects.html', json='MERGE:/potemkin.json')}"
5     >
6   <head>
7     <title id="title">Projects - Potemkinsche Dörfer!</title>
8     <!--/*-->
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
11     <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
12     <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
13     <script src="js/less-1.7.0.min.js"></script>
14     <!--*/-->
15   </head>
16   <body>
17    <main class="maincontent">
18      <h1>Projects - Potemkinsche Dörfer!</h1>
19      <ul>
20        <li><a href="potemkin/fix-swf/overview.html" th:href="@{/potemkin/fix-swf/overview.html}">Fix SWF</a></li>
21        <li><a href="potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">HTML-Experimente</a></li>
22        <li><a href="potemkin/accelerator.html" th:href="@{/potemkin/accelerator.html}">accelerator</a></li>
23        <li><a href="potemkin/typo.html" th:href="@{/potemkin/typo.html}">Typography</a></li>
24      </ul>
25    </main>
26   </body>
27 </html>