commit
This commit is contained in:
parent
6425d3e524
commit
8e13f14d11
@ -32,6 +32,9 @@
|
||||
.footer{
|
||||
text-align: center;
|
||||
}
|
||||
table {
|
||||
align:center
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="jumbotron">
|
||||
@ -40,15 +43,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<form class="form-signin" method="post">
|
||||
<h2 class="form-signin-heading">Inloggen</h2>
|
||||
<label for="inputUsername" class="sr-only">Rekeningnummer (alleen cijfers)</label>
|
||||
<input type="text" id="inputUsername" name="rekeningnr" class="form-control" placeholder="012456789"/>
|
||||
|
||||
<label for="inputPassword" class="sr-only">Pascode</label>
|
||||
<input type="password" id="inputPassword" name="pascode" class="form-control" placeholder="0000"/>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
||||
</form>
|
||||
<table style="width:50%" align="center" style="margin: 0px auto;">
|
||||
<tr>
|
||||
<th>Transactienummer</th>
|
||||
<th>Naam Debiteur/Crediteur</th>
|
||||
<th>Aan-/Afschrijving</th>
|
||||
<th>Bedrag</th>
|
||||
<th>Datum</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
© 2017 Alle rechten voorbehouden
|
||||
|
Reference in New Issue
Block a user