From e8f7f9a066c06be6bbd7ba45e88cb9c0f7ceeba8 Mon Sep 17 00:00:00 2001 From: Rhiannon Austin <austinrp@cardiff.ac.uk> Date: Tue, 14 Dec 2021 01:12:28 +0000 Subject: [PATCH] Completed Login Page --- login.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 login.html diff --git a/login.html b/login.html deleted file mode 100644 index 439e7d0..0000000 --- a/login.html +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - - <link rel="stylesheet" href="static/style.css"> - - <!-- Bootstrap CSS --> - <link rel="stylesheet" href= -"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" - integrity= -"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" - crossorigin="anonymous"> - - <title>{% block title %}{% endblock %} - Tramshed Workspaces</title> -</head> -<form class='myForm' method="POST" action=""> - <p>Enter Username: </p> - <br> -<input type = "text" name = "username" placeholder="Username.." ><br> -<button type = "submit" id='mySubmit'> Submit </button> -</form> -<!-- <div class="parallax"> -<body class="body"> - <!--<img src="static/Tramshed_Logo.jpg" alt="Logo" height="50" width="100">--> -<!-- navigation --> --> - <nav> -<ul> - <li><a href="#home">Home</a></li> - <li><a href="#Map">Map</a></li> - <li><a href="#contactUs">Contact Us</a></li> - <li style="float:right"><a class="active" href="#about">About</a></li> -</ul> - </nav> -<!--{% block mainBlock %}{% endblock %}--> - </body> -</html> -- GitLab