aboutsummaryrefslogtreecommitdiff
path: root/test/www2
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-04-27 11:22:45 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-04-27 11:22:45 +0200
commit2811cc9a77c17ac03aac9c1b582040827a76b0d9 (patch)
tree743856891ab7ac52ee13f717fe8c181bf9faae9a /test/www2
Squashed 'deps/cpp-httplib/' content from commit c58b005
git-subtree-dir: deps/cpp-httplib git-subtree-split: c58b00580ee66a248c2ef20334bb84319ccde310
Diffstat (limited to 'test/www2')
-rw-r--r--test/www2/dir/index.html8
-rw-r--r--test/www2/dir/test.html1
2 files changed, 9 insertions, 0 deletions
diff --git a/test/www2/dir/index.html b/test/www2/dir/index.html
new file mode 100644
index 0000000..be3c05f
--- /dev/null
+++ b/test/www2/dir/index.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+</head>
+<body>
+ <a href="/dir/test.html">Test</a>
+ <a href="/hi">hi</a>
+</body>
+</html>
diff --git a/test/www2/dir/test.html b/test/www2/dir/test.html
new file mode 100644
index 0000000..6d70cd0
--- /dev/null
+++ b/test/www2/dir/test.html
@@ -0,0 +1 @@
+test.html \ No newline at end of file