diff options
Diffstat (limited to 'examples/http-server/sample-site/foo.html')
| -rw-r--r-- | examples/http-server/sample-site/foo.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/http-server/sample-site/foo.html b/examples/http-server/sample-site/foo.html new file mode 100644 index 00000000..162a7146 --- /dev/null +++ b/examples/http-server/sample-site/foo.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html> + <body> + This is the <b>foo</b> page. + </body> +</html> |
