Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / dist / index.html
diff --git a/dist/index.html b/dist/index.html
new file mode 100644 (file)
index 0000000..0f3f0bd
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <title>Frameset to Bypass Same-Origin-Policy</title>
+  </head>
+  <frameset>
+    <frame src="thymeleaf/templates/layout.html">
+  </frameset>
+</html>