commit 3a9f57d4bfc3fe3837b3eef9795082e11cf875c2 Author: Benjamin Paul <bpaul848@gmail.com> 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>