From b164fe7408a273225d08aa3788efff683a60c71a Mon Sep 17 00:00:00 2001 From: Arianne Bayliss <baylissa1@cardiff.ac.uk> Date: Wed, 23 Nov 2022 00:27:43 +0000 Subject: [PATCH] Add new file --- landingpage.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 landingpage.html diff --git a/landingpage.html b/landingpage.html new file mode 100644 index 0000000..5ee32a8 --- /dev/null +++ b/landingpage.html @@ -0,0 +1,9 @@ +<html> +<head><link rel="stylesheet" href="style.css"></head> +<header> + <img src="logo.jpg"/><br><br><br><br> +</header> +<body class="body"> + <img src="title.png"/> + <button id= "ViewLocations" type="ViewLocations" href="locations.html">View Locations</button> +</html> -- GitLab