sitemap.json enthält nur noch die Struktur für die statischen Inhalte
[website] / dist / thymeleaf / projects / html-experimente / error.html
index 862bd0e..d412dfd 100644 (file)
@@ -6,12 +6,11 @@
     >
   <head>
     <title>This Page Will Raise An Error</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" th:remove="all"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
   </head>
-  <body>
+  <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
   </body>
 </html>