Templates und Seiten zurück in das Unterverzeichnis /thymeleaf/ verschoben
[website] / dist / potemkin / html-experimente / tablet.html
diff --git a/dist/potemkin/html-experimente/tablet.html b/dist/potemkin/html-experimente/tablet.html
deleted file mode 100644 (file)
index 5b5241f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
-    th:with="title='Layout für Tablets', uri='/potemkin/html-experimente/tablet.html'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Layout TABLET</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../css/tablet.css" th:href="@{/css/tablet.css}"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>