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