diff options
Diffstat (limited to 'third_party/rust/warp/examples/dir/index.html')
-rw-r--r-- | third_party/rust/warp/examples/dir/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/warp/examples/dir/index.html b/third_party/rust/warp/examples/dir/index.html new file mode 100644 index 0000000000..cb86323446 --- /dev/null +++ b/third_party/rust/warp/examples/dir/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>dir/index.html</title> + </head> + <body> + <h1>Welcome to Dir</h1> + <a href="/another.html">another page</a> + </body> +</html>
\ No newline at end of file |