Doppelte Head-Einträge auskommentiert
[website] / dist / 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', uri='/projects/html-experimente/fast-leer-einspaltig.html'"
8     >
9   <head>
10     <title>HTML-Experimente - Fast leere einspaltige Seite</title>
11     <!--/*-->
12     <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
13     <style type="text/css">
14       @import '../../../css/screen.min.css' screen;
15       @import '../../../css/print.min.css' print;
16     </style>
17     <!--*/-->
18   </head>
19   <body>
20     <nav layout:fragment="navigation">
21       <hr class="n"/>
22       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
23       <h1 class="nav">Navigation</h1>
24       <h2 class="nav menu">Section-Menu</h2>
25       <ul id="menu" class="cf">
26         <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
27         <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
28         <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
29       </ul>
30     </nav>
31     <article class="main" layout:fragment="maincontent">
32       <header><h1>Fast leere einspaltige Seite</h1></header>
33       <p><strong>KAPUTT:</strong> siehe Erklärung im Commit</p>
34     </article>
35   </body>
36 </html>