Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / potemkin / fix-swf / getting-started.html
diff --git a/dist/potemkin/fix-swf/getting-started.html b/dist/potemkin/fix-swf/getting-started.html
new file mode 100644 (file)
index 0000000..1fbd37d
--- /dev/null
@@ -0,0 +1,20 @@
+<!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='/potemkin/fix-swf/getting-started.html'"
+    >
+  <head>
+    <title>Fix SWF - Getting Started</title>
+    <!--/*-->
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="stylesheet" type="text/css" href="../../css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="../../css/print.css" media="print"/>
+    <!--*/-->
+  </head>
+  <body thymeproxy:variables="MERGE:potemkin.json">
+    <h1>Getting Started - DUMMY</h1>
+  </body>
+</html>