-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 1.45 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/all.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous" />
<link rel="stylesheet" href="profile.css">
<title>TSF Bank</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="home">
<header>
<nav>
<span id="tsf">TSF Bank</span>
<a href="contactus.html">Contact us</a>
<a href="about.html">About</a>
<a href="#">Home</a>
</nav>
</header>
<hr color="grey" style="height: 10px;margin-top: 0%;" >
<main>
<div id="wel">
<span id="welcome" ><h3>TSF Bank</h3></span>
</div>
<br>
<span id="now">Money Transfer is now easier</span>
<a href="Customer.html"><div id="option1">
<img src="images/Customer.png" alt="" width="200" >
<br><span id="text3">Customers</span>
</div></a>
<a href="Sendmoney.html"><div id="option2">
<img src="images/Transfer.jpg" alt="" width="200" >
<br><span id="text">Transfer Money</span>
</div></a>
</main>
<footer>
<p id="foot">@Ishita</p>
</footer>
</body>
</html>