Merge pull request #2 from Netlob/patch-1

Fix duplicate </label> tag & rephrase "stamnummer"
master
Guus van Meerveld 4 years ago committed by GitHub
commit 3fe3b243af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
@ -20,9 +21,9 @@
<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>
<label for="">Gebruikersnaam:</label>
<input type="text" class="form-control mb-3 login" autofocus name="number" id="number"
placeholder="Vul je stamnummer in">
placeholder="Vul je gebruikersnaam in">
<hr class="bg-light mb-3">
<label for="">Wachtwoord:</label>
<input type="password" class="form-control mb-3 login" name="password" id="password"
@ -41,4 +42,4 @@
<script src="/js/save.js"></script>
</body>
</html>
</html>

Loading…
Cancel
Save