diff options
Diffstat (limited to 'deps/cpp-httplib/test/www2')
-rw-r--r-- | deps/cpp-httplib/test/www2/dir/index.html | 8 | ||||
-rw-r--r-- | deps/cpp-httplib/test/www2/dir/test.html | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/deps/cpp-httplib/test/www2/dir/index.html b/deps/cpp-httplib/test/www2/dir/index.html new file mode 100644 index 0000000..be3c05f --- /dev/null +++ b/deps/cpp-httplib/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/deps/cpp-httplib/test/www2/dir/test.html b/deps/cpp-httplib/test/www2/dir/test.html new file mode 100644 index 0000000..6d70cd0 --- /dev/null +++ b/deps/cpp-httplib/test/www2/dir/test.html @@ -0,0 +1 @@ +test.html
\ No newline at end of file |