Einspaltige Seite wieder eingeführt
[website] / src / main / webapp / thymeleaf / projects / html-experimente / fast-leer-einspaltig.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     xmlns:th="http://www.thymeleaf.org"
6     layout:decorator="templates/layout"
7     th:with="contentclass='onecolumn'"
8     >
9   <head>
10     <title>HTML-Experimente - Fast leere einspaltige Seite</title>
11     <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
12     <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
13   </head>
14   <body>
15     <ol layout:fragment="breadcrumb">
16       <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
17       <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
18       <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
19       <li class="b"><strong class="b">Leer, einspaltig</strong></li>
20     </ol>
21     <nav layout:fragment="navigation">
22       <hr class="n"/>
23       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
24       <h1 class="nav">Navigation</h1>
25       <h2 class="nav menu">Section-Menu</h2>
26       <ul id="menu" class="cf">
27         <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
28         <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
29         <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
30       </ul>
31     </nav>
32     <article class="main" layout:fragment="maincontent">
33       <header><h1>Fast leere einspaltige Seite</h1></header>
34     </article>
35   </body>
36 </html>