4737f8d1b595670a8cd51e358933b6ae819c2f18
[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'"
7     >
8   <head>
9     <title>Projects</title>
10     <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
11     <style type="text/css">
12       @import '../css/screen.min.css' screen;
13       @import '../css/print.min.css' print;
14     </style>
15   </head>
16   <body>
17     <ol layout:fragment="breadcrumb">
18       <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
19       <li class="b"><strong class="b">Projects</strong></li>
20     </ol>
21     <ul layout:fragment="submenu">
22       <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
23       <li class="s sub"><a href="projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
24       <li class="s"><a href="#" class="s">jquery.openx</a></li>
25       <li class="s sub"><a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
26       <li class="s sub"><a href="#" class="s">accelerator</a></li>
27       <li class="s"><a href="projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
28     </ul>
29   </body>
30 </html>