-
Notifications
You must be signed in to change notification settings - Fork 0
/
bank.html
18 lines (17 loc) · 890 Bytes
/
bank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>City Bank</title>
<link rel="stylesheet" href="bank.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<div id="main">
<h1>CITY BANK</h1>
<p>At City Bank, we illuminate the path to your financial success. With a legacy built on trust and a commitment to your prosperity, we are your unwavering financial partner. <span>Our beacon of guidance lights the way, offering a range of tailored solutions, expert advice, and a steadfast commitment to your financial well-being.</span>Discover a brighter financial future with City Bank today.</p>
<button><a href="http://localhost/CityBank/customers.php">View Customers</a></button>
</div>
</body>
</html>