Added overwrite- and fallback-content
[demos/httpresources] / src / main / resources / overwrite / test.html
diff --git a/src/main/resources/overwrite/test.html b/src/main/resources/overwrite/test.html
new file mode 100644 (file)
index 0000000..ab0557a
--- /dev/null
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>HttpResources-Demo with Spring Boot</title>
+  </head>
+  <body>
+    <h1>HttpResources-Demo with Spring Boot</h1>
+    <h2>Overwrite Content</h2>
+    <p>
+      This content is always visible.
+    </p>
+    <p>
+      Start any webserver at <strong>http://localhost:8888</strong> or
+      overwrite <strong>origin</strong> in the
+      <strong>application.properties</strong>...
+    </p>
+    <p>
+      Overwritten content:
+    </p>
+    <ul>
+      <li><a href="/favicon.ico">favicon.ico</a></li>
+      <li>test.html</li>
+    </ul>
+  </body>
+</html>