An die Verwendung mit Thymeproxy angepasst
[website] / dist / thymeleaf / projects / html-experimente / error.html
diff --git a/dist/thymeleaf/projects/html-experimente/error.html b/dist/thymeleaf/projects/html-experimente/error.html
new file mode 100644 (file)
index 0000000..862bd0e
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <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>
+  </head>
+  <body>
+  </body>
+</html>