Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / templates / 404.html
index 8cf95a0..61269c2 100644 (file)
@@ -1,25 +1,23 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="uri='/templates/404.html', contentclass='nomenu'"
+    th:replace="~{templates/layout :: layout(uri='/templates/404.html', contentclass='nomenu')}"
     >
   <head>
-    <title>404: Page Not Found!</title>
+    <title id="title">404: Page Not Found!</title>
     <!--/*-->
-    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
-    <style type="text/css">
-      @import '../css/screen.min.css' screen;
-      @import '../css/print.min.css' print;
-    </style>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="stylesheet" type="text/css" href="../css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
     <!--*/-->
   </head>
   <body>
-    <ol layout:fragment="breadcrumb">
+    <ol id="crumbs">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
       <li class="b"><strong class="b">404: Page Not Found!</strong></li>
     </ol>
-    <nav layout:fragment="navigation">
+    <nav id="navigation">
       <hr class="n"/>
       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
       <h1 class="nav">Navigation</h1>
@@ -30,7 +28,7 @@
         <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
       </ul>
     </nav>
-    <article class="main" layout:fragment="maincontent">
+    <article class="maincontent">
       <header><h1>404: Page Not Found!</h1></header>
       <p>We do not know, where you are.</p>
       <p>And we do not know, why you are here.</p>