generated from nathanwoodburn/python-webserver-template
feat: Add addresses to webpage
All checks were successful
Build Docker / BuildImage (push) Successful in 1m10s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m10s
This commit is contained in:
parent
2f9c167cec
commit
0ead851279
BIN
stWDBRN.bsdesign
BIN
stWDBRN.bsdesign
Binary file not shown.
@ -156,6 +156,33 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="p-5">
|
||||
<h2 class="display-4">Vault addresses</h2>
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Chain</th>
|
||||
<th>Address</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Solana</td>
|
||||
<td>NWywvhcqdkJsm1s9VVviPm9UfyDtyCW9t8kDb24PDPN</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cardano</td>
|
||||
<td>stake1uy4qd785pcds7ph2jue2lrhhxa698c5959375lqdv3yphcgwc8qna</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="py-5 bg-black">
|
||||
<div class="container">
|
||||
<p class="text-center text-white m-0 small">Copyright © Vault | Woodburn 2024</p>
|
||||
|
Loading…
Reference in New Issue
Block a user