-
Notifications
You must be signed in to change notification settings - Fork 0
/
accountinfo.html
32 lines (32 loc) · 986 Bytes
/
accountinfo.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
<html>
<meta charset=utf-8>
<div style="background: ghostwhite;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
<table style="background: ghostwhite;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
<tr style="margin: 10px;">
<td>
<img width=100 src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Firefox_logo%2C_2019.svg/1200px-Firefox_logo%2C_2019.svg.png">
</td>
<td>
<strong>Account Information:</strong><br><br>
Name: John Doe<br><br>
Member Id: 1234567890<br>
Card number: 1234.5678.9012.3456<br><br>
Safe word: pineapple
</td>
<td>
<strong>Billing address:</strong><br><br>
123 Main st<br>
Springfield, NY 12345<br><br><br>
</td>
</tr>
</table>
</div>
</html>