HTML-Templates für die direkte Kontrolle als UTF-8-Kodiert markiert
[website] / dist / 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     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
13     <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
14     <style type="text/css">
15       @import '../../css/screen.min.css' screen;
16       @import '../../css/print.min.css' print;
17     </style>
18     <!--*/-->
19   </head>
20   <body>
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       <p><strong>KAPUTT:</strong> siehe Erklärung im Commit</p>
35     </article>
36   </body>
37 </html>