8d0593f0e7dee66f9fe72cb756e8dc9b666192b1
[website] / dist / templates / 404.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{/templates/layout.html :: layout(uri='/templates/404.html', contentclass='nomenu')}"
5     >
6   <head>
7     <title id="title">404: Page Not Found!</title>
8     <!--/*-->
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <link rel="stylesheet" type="text/css" href="../css/base.css"/>
11     <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
12     <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
13     <!--*/-->
14   </head>
15   <body>
16     <ol id="crumbs">
17       <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
18       <li class="b"><strong class="b">404: Page Not Found!</strong></li>
19     </ol>
20     <nav id="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/" th:href="@{/blog/}" class="m">Blog</a></li>
27         <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m">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="maincontent">
32       <header><h1>404: Page Not Found!</h1></header>
33       <p>We do not know, where you are.</p>
34       <p>And we do not know, why you are here.</p>
35       <p>But we can tell you: WE ARE SORRY!</p>
36       <p>Really.</p>
37     </article>
38   </body>
39 </html>