1
0

Password verification

This commit is contained in:
JelmerHinssen
2017-03-08 16:45:26 +01:00
parent d500318a33
commit 99d6e19487
2 changed files with 19 additions and 4 deletions

View File

@ -29,6 +29,9 @@
body{
color: #ff6000;
}
.footer{
text-align: center;
}
</style>
<body>
<div class = "jumbotron">
@ -48,7 +51,7 @@
</form>
</div>
<footer class = "footer">
Alle rechten voorbehouden
&copy 2017 Alle rechten voorbehouden
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>