de708b95a574756cbe52689fed58f53ac7a816e6
[website] / dist / potemkin / html-experimente / fast-leer-kein-menü.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='nomenu', uri='/potemkin/html-experimente/fast-leer-kein-menü.html'"
8     >
9   <head>
10     <title>HTML-Experimente - Fast leere Seite ohne Menü</title>
11     <!--/*-->
12     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
13     <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
14     <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
15     <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
16     <script src="../../js/less-1.7.0.min.js"></script>
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="../../potemkin.html" th:href="@{/potemkin.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 Seite ohne Menü</h1></header>
33       <p>Ein ganz bischen Text...</p>
34     </article>
35   </body>
36 </html>