generated from nathanwoodburn/python-webserver-template
feat: Add Cardano Address
All checks were successful
Build Docker / BuildImage (push) Successful in 1m3s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m3s
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
<header class="text-center text-white masthead">
|
||||
<div class="masthead-content">
|
||||
<div class="container">
|
||||
<h1 class="masthead-heading mb-0">Woodburn Portfolio Vault</h1>
|
||||
<h2 class="masthead-subheading mb-0">An easy way to start crypto investing</h2>
|
||||
<p>stWDBRN Token Supply: {{supply}}<br>Current Token Value: {{value}} USD</p>
|
||||
<h1 class="masthead-heading mb-0">Woodburn Vault</h1>
|
||||
<h2 class="masthead-subheading mb-0">An easy way to buy into a diverse crypto portfolio.</h2>
|
||||
<p>Woodburn Vault Balance: {{vault}} USD<br>stWDBRN Token Supply: {{supply}}<br>Current Token Value: {{value}} USD</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-circle-1 bg-circle"></div>
|
||||
@@ -47,7 +47,7 @@
|
||||
</header>
|
||||
<section style="margin-top: 50px;margin-bottom: 50px;max-width: 100vw;overflow: hidden;">
|
||||
<div class="text-center">
|
||||
<h1>Vault Balances</h1>
|
||||
<h1>Current Vault Contents</h1>
|
||||
<div id="pie-chart" style="margin: auto;"><script type="text/javascript">
|
||||
|
||||
window.onload = function () {
|
||||
|
||||
Reference in New Issue
Block a user