diff options
Diffstat (limited to 'files/index.html')
-rw-r--r-- | files/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/index.html b/files/index.html new file mode 100644 index 0000000..3a1c80c --- /dev/null +++ b/files/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test</title> + </head> + <body> + <h1>Server</h1> + <p>This is a paragraph</p> + <a href="/test/test1.html">Test 1</a> + </body> +</html> |