-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage6.html
52 lines (48 loc) · 1.69 KB
/
page6.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
50
51
52
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="new.css">
</head>
<body>
<div class="top"></div>
<div class="container-fluid">
<div id="grad1">
<h1>State Bank Of India</h1>
<a href="page1.html" title="Home">
<img src="images/flag_sbilogo.png" alt="flag_sbilogo">
</a>
<h1>US Operations</h1>
</div>
<div id="grad3">
<center>
<h3 class="text1">Contact Us</h3>
</center>
</div>
<div id="grad1_6">
<center>
<h1 class="text1">
<u>New York Branch</u>
</h1>
<h4>460 Park Ave, New York - 10022</h4>
<h4>Email: sbi.nyb@statebank.com</h4>
<h4>Phone: 212 521 3200</h4>
<h1 class="text1">
<u>Chicago Branch</u>
</h1>
<h1 class="text1">
<u>Los Angeles Agency</u>
</h1>
</br>
<h4 class="text5">www.statebank.com</h4>
</center>
</div>
<div id="grad1">
<h3 class="text3">State Bank Of India Corporate Website:</h3>
<h3 class="text3">www.sbi.co.in</h3>
</div>
</body>
</html>