CSS-Effekt drop-shadow für das Logo eingebaut
[website] / dist / thymeleaf / templates / 404.html
index 8cf95a0..040e41f 100644 (file)
@@ -2,17 +2,16 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout"
     th:with="uri='/templates/404.html', contentclass='nomenu'"
     >
   <head>
     <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>