diff options
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..c7375ac --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +<html> + <head> + <title>Joe's own website</title> + </head> + <body> + <h1>Welcome to Joe's website</h1> + <p> + This is some text + </p> + </body> +</html> |