diff options
Diffstat (limited to 'sub')
-rw-r--r-- | sub/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sub/index.html b/sub/index.html new file mode 100644 index 0000000..d4e36f4 --- /dev/null +++ b/sub/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body> + <h1>This is a subpage!</h1> + <p>... nothing to see here PepeHands ...</p> + + </body> +</html> |