CSS-Effekt drop-shadow für das Logo eingebaut
[website] / dist / thymeleaf / templates / error.html
index e5eea08..622e94a 100644 (file)
@@ -2,16 +2,17 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
 <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/error.html', contentclass='nomenu'"
     >
   <head>
     <title>An Unexpected Error Occured!</title>
     th:with="uri='/templates/error.html', contentclass='nomenu'"
     >
   <head>
     <title>An Unexpected Error Occured!</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">
   </head>
   <body>
     <ol layout:fragment="breadcrumb">