-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (19 loc) · 864 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<body>
<head>
<title>my bankingg</title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<header>
<?php include('navbar2.php'); ?>
</header>
<link rel="stylesheet" href="css2.css">
<div style="height:80vh;" class="page">
<a href="selectuser1.php" ><img class="image1" src="selectUser.jpg"></a>
<a href="transferHistory.php"><img class="image2" src="TransferHistroy.jpg"></a>
</div>
<?php include('footer.php'); ?>
</body>
</html>