From a227a8a979f4755732b75313b10389cdce577232 Mon Sep 17 00:00:00 2001 From: Jeremy Sithole <jeremys@stud.ntnu.no> Date: Mon, 8 Nov 2021 16:38:54 +0000 Subject: [PATCH] Added min_side.html --- min_side.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 min_side.html diff --git a/min_side.html b/min_side.html new file mode 100644 index 0000000..3861b73 --- /dev/null +++ b/min_side.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Quickfood</title> + <link rel="stylesheet" href="css/min_side.css"> + <link rel="stylesheet" href="css/style.css"> + <link rel="icon" type="image/png" href="img/QuickFood Favicon.png"> +</head> + <body> + + <script src="js/header.js"></script> + + <main> + <section class="container_ms"> + <form> + <label id="username"> + Brukernavn: + <input type="text" name="username" placeholder="Brukernavn" required> + </label> + <br/> + <label id="password"> + Passord: + <input type="text" name="password" placeholder="Passord" required> + </label> + <br/> + <input type="submit" value="Logg inn"> + <br/> + </form> + <p>Har du ikke bruker, opprett her:</p> + <button type="button"> Opprett bruker</button> + </section> + </main> + + + <script src="js/footer.js"></script> + <script src="js/navbar.js"></script> + <script src="js/handlekurvVindu.js"></script> + + </body> +</html> -- GitLab