generated from nathanwoodburn/python-webserver-template
feat: Add initial solana integration
All checks were successful
Build Docker / BuildImage (push) Successful in 51s
All checks were successful
Build Docker / BuildImage (push) Successful in 51s
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
<div class="centre">
|
||||
<h1>Nathan.Woodburn/</h1>
|
||||
|
||||
<div class="chains-list">
|
||||
<h3>Integrated chains</h3>
|
||||
{% for chain in chains %}
|
||||
<p><a href="/chains/{{ chain.link }}">{{ chain.name }}</a></p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="address-list">
|
||||
<h3>Imported Addresses</h3>
|
||||
{% for chain in addresses %}
|
||||
@@ -27,12 +33,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="chains-list">
|
||||
<h3>Add New Address</h3>
|
||||
{% for chain in chains %}
|
||||
<p><a href="/chains/{{ chain.link }}">{{ chain.name }}</a></p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user