-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage4.html
53 lines (48 loc) · 1.55 KB
/
page4.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
53
<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>New York</h1>
</div>
<div id="grad3" class="grad3_pg3">
<center>
<h3 class="text1">Products & Services</h3>
</center>
</div>
<table>
<tr>
<th>Deposits</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Remittance</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Credit</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Trade Finance</th>
<th colspan="2"></th>
</tr>
</div>
</table>
<div id="grad2">
<a href="page6.html">
<img src="images/test.png" class="img_pg4"></a>
</div>
</body>
</html>