Templates und Seiten ein Verzeichnis höher geschoben und thymeleaf/ gelöscht
[website] / dist / projects.html
diff --git a/dist/projects.html b/dist/projects.html
new file mode 100644 (file)
index 0000000..2f81dc2
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Projects', uri='/projects.html'"
+    >
+  <head>
+    <title>Projects</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>
+   <h1>Projects - DUMMY</h1>
+  </body>
+</html>