diff --git a/landingpage.html b/landingpage.html new file mode 100644 index 0000000000000000000000000000000000000000..5ee32a82b1663e141bd75cd0fb0770451a7b5693 --- /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>