commit 2b1ea0ffa868ea06e9c61d028af3f82379f81d76 Author: bpaul <bpaul@bpaul.xyz> Date: Tue, 30 Jun 2020 13:26:35 +1000 Initial commit Diffstat:
| A | index.html | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>What should i put on this website</title> + </head> + <body> + <h1>hi</h1> + <p>My name is Benjamin Paul</p> + <img src="https://growerssupply.files.wordpress.com/2014/12/marul_62533.jpg"> + </body> +</html>