Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / templates / fragments.html
index cdf7c06..1381392 100644 (file)
@@ -3,10 +3,9 @@
   <head>
     <title>Fragments</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <head>
     <title>Fragments</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <link rel="stylesheet/less" type="text/css" href="../less/base.less"/>
-    <link rel="stylesheet/less" type="text/css" href="../less/screen.less" media="screen"/>
-    <link rel="stylesheet/less" type="text/css" href="../less/print.less" media="print"/>
-    <script src="../js/less-1.7.0.min.js"></script>
+    <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>
     <h1>Explanation fo the german word "Impressum"</h1>
   </head>
   <body>
     <h1>Explanation fo the german word "Impressum"</h1>
@@ -27,7 +26,7 @@
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="/templates/layout.html :: maincontent" th:remove="tag">
+        <p th:include="/templates/layout :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>
           PAGE-CONTENT
         </p>
       </div>