Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/modules/loginModule.css">
</head>
<body>
<div class="wrapper">
<!-- Module: topBarModule -->
<div id="topbar" class="topbar">
<a href="./index.html" class="topbar-left">
<h3>E-Learning</h2>
</a>
<div class="topbar-right">
<div class="topbar-right-item" id="topbar-MyLists" style="display: none;">
<p>My Lists</p>
</div>
<div class="topbar-right-item" id="topbar-Logout" style="display: none;">
<p>Logout</p>
</div>
<div class="topbar-right-item" id="topbar-Login">
<p>Login</p>
</div>
<div class="topbar-right-item" id="topbar-Register" style="display: none;">
<p>Register</p>
</div>
<div class="topbar-right-item" id="topbar-Profile" style="display: none;">
<p>Profile</p>
</div>
</div>
</div>
<div class="content-wrapper">
<!-- Module: loginModule -->
<div class="login-wrapper">
<h1>Login</h1>
<form action="" id="login-form">
<label for="email">Email:</label>
<input class="login-inpt" type="email" id="login-form-email" name="email" required><br>
<label for="password">Password:</label>
<input class="login-inpt" type="password" id="login-form-password" name="password" required>
<p>Don't have an account? <a href="./register.html">register</a></p>
<input class="login-btn" type="submit" value="Login">
</form>
</div>
</div>
</div>
</body>
<script src="js/login.js"></script>
</html>