You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.1 KiB
50 lines
2.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Options | Magister Auto-Login</title>
|
|
<link rel="shortcut icon" href="/icons/128x.png">
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="stylesheet" href="/materials-switches.css">
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
|
<link rel="stylesheet" id="dark-link" disabled href="/dark-mode.css">
|
|
</head>
|
|
|
|
<body>
|
|
<input id="dark-mode" type="checkbox" class="darkcheck"></input>
|
|
<div class="d-flex align-items-center screen">
|
|
<div class="container mt-3">
|
|
<div class="row">
|
|
<h1 class="mb-3">Magister Auto-Login</h1>
|
|
<span class="position-relative switch-span">
|
|
<div class="material-switch pull-right enable">
|
|
<input id="switch" type="checkbox">
|
|
<label for="switch" class="label-primary"></label>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<label for="">School:</label>
|
|
<input type="text" class="form-control mb-3 login" autofocus name="school" id="school" placeholder="Vul je school in">
|
|
<hr class="bg-light mb-3">
|
|
<label for="">Stamnummer</label>:</label>
|
|
<input type="text" class="form-control mb-3 login" autofocus name="number" id="number"
|
|
placeholder="Vul je stamnummer in">
|
|
<hr class="bg-light mb-3">
|
|
<label for="">Wachtwoord:</label>
|
|
<input type="password" class="form-control mb-3 login" name="password" id="password"
|
|
placeholder="Vul je wachtwoord in">
|
|
<hr class="bg-light mb-3">
|
|
<button class="btn-primary btn float-right" id="save">Opslaan</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<p class="copyright" title="Kleine credit naar Sam Taen">Door Martijn Oosterhuis & Guus van Meerveld</p>
|
|
</div>
|
|
|
|
|
|
<script src="/js/save.js"></script>
|
|
</body>
|
|
|
|
</html> |