63 lines
1.8 KiB
PHTML
63 lines
1.8 KiB
PHTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>InforBank - Inloggen</title>
|
|
<link href='//fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<!--link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous" -->
|
|
</head>
|
|
<style>
|
|
.form-signin {
|
|
max-width: 330px;
|
|
padding: 15px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #ff6000;
|
|
background-color: #2e652c;
|
|
border-color: #2e6da4;
|
|
margin-top: 5px;
|
|
}
|
|
.jumbotron{
|
|
//text-align: center;
|
|
}
|
|
.form-control{
|
|
margin: 5px 0;
|
|
}
|
|
body{
|
|
color: #ff6000;
|
|
}
|
|
.footer{
|
|
text-align: center;
|
|
}
|
|
table {
|
|
align:center
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h1>InforBank</h1>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<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
|
|
</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>
|
|
</body>
|
|
</html>
|