commit d7487526dbc8869445d3f99d80f4cfa185f8fb0a parent da9f8b4ee21baf860f650f4e904facffc476f61e Author: SamuelJamesFrost <pcysf6@nottingham.ac.uk> Date: Fri, 4 Mar 2022 13:31:28 +0000 prelim :) Diffstat:
A | index.html | | | 14 | ++++++++++++++ |
A | yui.jpg | | | 0 |
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <title>my website :)</title> + </head> + <body> + <h1>welcome to my website :)</h1> + <p> + hello, my name is samuel frost! welcome to my website, i hope you + liek it :) + </p> + <img src="yui.jpg"></img> + </body> +</html> diff --git a/yui.jpg b/yui.jpg Binary files differ.