e749e6f4a236637eadd932ce461ff7f118f83f53
[website] / dist / templates / error.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='/templates/error.html', contentclass='nomenu')}"
5     >
6   <head>
7     <title id="title">An Unexpected Error Occured!</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">An Unexpected Error Occured!</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.html" th:href="@{/blog.html}" 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>An Unexpected Error Occured!</h1></header>
33       <p>We do not know, what happend.</p>
34       <p>But we can tell you: WE ARE SORRY!</p>
35       <p>Really.</p>
36     </article>
37   </body>
38 </html>