-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (34 loc) · 1.16 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="style.css">
</head>
<body id="about">
<header>
<nav>
<span id="tsf">TSF Bank</span>
<a href="contactus.html">Contact us</a>
<a href="#">About</a>
<a href="index.html">Home</a>
</nav>
</header>
<hr color="grey" style="height: 10px;margin-top: 0%;" >
<p id="abouthead">About TSF Bank</p>
<fieldset id="boxx">
<p id="content">
We are one of the safest and fastest online banking system. We make your transactions simple and easy.
We ensure highest security to our account holders. We also offer various schemes for loans with minimum interest.
<br><br>
📧 : tsfbank@gmail.com
<br>
📞 : 1111222233</p>
</fieldset>
<footer>
<p id="foot">@Ishita</p>
</footer>
</body>
</html>