diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 01:46:16 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 01:46:16 +0200 |
commit | ff1004cd1f5c089e31ecdcbd970df03122742b21 (patch) | |
tree | d9fd08771cef09ed25eefe58e9cad19d14b07e2a | |
download | joe-www-ff1004cd1f5c089e31ecdcbd970df03122742b21.tar.gz joe-www-ff1004cd1f5c089e31ecdcbd970df03122742b21.tar.bz2 joe-www-ff1004cd1f5c089e31ecdcbd970df03122742b21.tar.xz joe-www-ff1004cd1f5c089e31ecdcbd970df03122742b21.tar.zst joe-www-ff1004cd1f5c089e31ecdcbd970df03122742b21.zip |
First commit
-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> |