Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / potemkin / accelerator.html
diff --git a/dist/potemkin/accelerator.html b/dist/potemkin/accelerator.html
new file mode 100644 (file)
index 0000000..a658a9b
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="/templates/layout"
+    th:with="title='accelerator - Overview', uri='/potemkin/accelerator.html'"
+    >
+  <head>
+    <!--/*-->
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Fix SWF - Overview</title>
+    <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,MERGE:{"pages":{
+    "/potemkin.html": {
+      "name": "Projects",
+      "childs": {
+        "/potemkin.html": "Overview",
+        "/potemkin/typo.html": "Typography",
+        "/potemkin/html-experimente.html": "HTML-Experimente",
+        "/potemkin/accelerator.html": "accelerator!",
+        "/potemkin/fix-swf/overview.html": "Fix SWF"
+      },
+      "crumbs": [
+        { "uri": "/potemkin.html", "name": "Projects" }
+      ]
+    },
+    "/potemkin/accelerator.html": {
+      "name": "Overview",
+      "childs": {
+        "/potemkin/accelerator.html": "Overview",
+        "/potemkin/accelerator/read-on.html": "Read on",
+        "/potemkin/accelerator/read-on-and-on.html": "Read on and on",
+        "/potemkin/accelerator/read-on-and-on-and-on.html": "Read on and on and on"
+      },
+      "crumbs": [
+        { "uri": "/potemkin.html", "name": "Projects" },
+        { "uri": "/potemkin/accelerator.html", "name": "accelerator" },
+        { "uri": "/potemkin/accelerator.html", "name": "Overview" }
+      ]
+    },
+    "/potemkin/accelerator/read-on.html": { "name": "Read on" },
+    "/potemkin/accelerator/read-on-and-on.html": { "name": "Read on and on" },
+    "/potemkin/accelerator/read-on-and-on-and-on.html": { "name": "Read on and on and on" }
+}}'>
+    <h1>Overview - DUMMY</h1>
+  </body>
+</html>