Templates und Seiten ein Verzeichnis höher geschoben und thymeleaf/ gelöscht
[website] / dist / thymeleaf / projects / fix-swf / getting-started.html
diff --git a/dist/thymeleaf/projects/fix-swf/getting-started.html b/dist/thymeleaf/projects/fix-swf/getting-started.html
deleted file mode 100644 (file)
index f139500..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 - Getting started', uri='/projects/fix-swf/getting-started.html'"
-    >
-  <head>
-    <title>Fix SWF - Getting started</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>