diff options
Diffstat (limited to 'deps/cpp-httplib/test/www2/dir/index.html')
-rw-r--r-- | deps/cpp-httplib/test/www2/dir/index.html | 8 |
1 files changed, 8 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> |