forked from dappuniversity/price-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 772 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>List Products</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<table id="productTable" class="table table-bordered table-condensed table-striped">
<thead>
<tr>
<th>Input Token</th>
<th>Output Token</th>
<th>Input Amount</th>
<th>Uniswap Return</th>
<th>Kyber Expected Rate</th>
<th>Kyber Min Return</th>
<th>Timestamp</th>
</tr>
</thead>
</table>
</div>
</div>
</div>