Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / thymeleaf / templates / footer.html
diff --git a/src/main/webapp/thymeleaf/templates/footer.html b/src/main/webapp/thymeleaf/templates/footer.html
deleted file mode 100644 (file)
index 32d3ffc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
-  <head>
-    <title>Footer-Template</title>
-  </head>
-  <body>
-    <footer th:fragment="fragment">
-      <hr />
-      &copy; 2014 juplo NG
-    </footer>
-  </body>
-</html>
\ No newline at end of file