-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (34 loc) · 1.01 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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
</head>
<body>
<table>
<!-- <th>PROPERTIES</th>
<th>BRAZIL</th>
<th>CHINA</th>
<th>INDIA</th>
<th>INDONESIA</th>
<th>POLAND</th>
<th>TURKEY</th> -->
<th>PROPERTIES</th>
<th>CHINA</th>
<th>INDIA</th>
<th>USA</th>
<th>INDONESIA</th>
<th>BRAZIL</th><th>RUSSIA</th><th>JAPAN</th><th>TURKEY</th><th>SOUTHKOREA</th><th>FRANCE</th><th>UK</th><th>SPAIN</th><th>POLAND</th><th>UAE</th><th>AUSTRALIA</th><th>NETHERLANDS</th><th>SWITZERLAND</th><th>ITALY</th>
</table>
<button id ="transaction">transaction</button>
<button id="history">history</button>
<button id="reset">reset</button>
<table id="history">
<th>AMOUNT</th>
<th>BUYER</th>
<th>RATE</th>
<th>RESOURCE</th>
<th>SELLER</th>
</table>
<script src="bank.js" type="module"></script>
</body>
</html>