Test-Beispiele überarbeitet und nach verwendeter Technik aufgeteilt
[percentcodec] / examples / static / src / main / webapp / index.html
diff --git a/examples/static/src/main/webapp/index.html b/examples/static/src/main/webapp/index.html
new file mode 100644 (file)
index 0000000..22c61d0
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <title>Examples for Static Content</title>
+  </head>
+  <body>
+    <h1>Examples for Static Content</h1>
+    <ul>
+      <li><a href="/static/page.html">A plain static HTML-file</a></li>
+      <li><a href="/static/stylesheets.css">A plain static CSS-file</a></li>
+    </ul>
+  </body>
+</html>