3 xmlns="http://www.w3.org/1999/xhtml"
4 th:replace="~{/templates/layout.html :: layout(
5 uri='/templates/404.html',
7 maincontent=~{:: .maincontent},
8 marginalcontent=~{:: .marginalcontent}, contentclass='nomenu')}"
11 <title id="title">404: Page Not Found!</title>
13 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
14 <link rel="stylesheet" type="text/css" href="../css/base.css"/>
15 <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
16 <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
21 <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
22 <li class="b"><strong class="b">404: Page Not Found!</strong></li>
26 <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
27 <h1 class="nav">Navigation</h1>
28 <h2 class="nav menu">Section-Menu</h2>
29 <ul id="menu" class="cf">
30 <li class="m blog"><a href="../blog/" th:href="@{/blog/}" class="m">Blog</a></li>
31 <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m">Projects</a></li>
32 <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
35 <article class="maincontent">
36 <header><h1>404: Page Not Found!</h1></header>
37 <p>We do not know, where you are.</p>
38 <p>And we do not know, why you are here.</p>
39 <p>But we can tell you: WE ARE SORRY!</p>