-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.24 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
<html>
<head>
<title>Customer Demo Application</title>
<style>
body { background: white; text-align: center; color: black }
h1 { text-align: center; color: yellow }
p { text-align: center }
</style>
</head>
<body>
<table style="height: 216px; width: 443px;">
<thead>
<tr>
<th colspan="2" style="width: 261.333px;"><h2><img src="https://github.com/kramerro-ibm/web-nginx-test/raw/main/logos/logo.png" width="532" height="224" /></h2></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" style="width: 164.667px;"><h2>Company Financial Products</h2> </td>
</tr>
<tr>
<td style="width: 209.35px;"><strong>Name</strong></td>
<td style="width: 53.6px;"><strong>Users</strong></td>
</tr>
<tr>
<td style="width: 209.35px;">Asset Managemenet</td>
<td style="width: 53.6px;">100000</td>
</tr>
<tr>
<td style="width: 209.35px;">Embedded Consumer Finance</td>
<td style="width: 53.6px;">500000</td>
</tr>
<tr>
<td style="width: 209.35px;">Financial Cloud</td>
<td style="width: 53.6px;">75000</td>
</tr>
<tr>
<td colspan="2"> Above is our list of financial products we offer through this application.</td>
</tr>
</tbody>
</table>
</body>
</html>