diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-01-26 14:58:09 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-01-26 14:58:09 +0200 |
commit | 5e1ae8b33873661b669eda509fcd000f8a964126 (patch) | |
tree | 6099bee318d9f0033949d23a3eeded6974d34b35 /files/index.html |
very simple work withs html based on file path
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> |