adding meta, update footer

master
lza_menace 4 years ago
parent d746f5a117
commit 5f26925028

@ -1,3 +1,5 @@
<footer> <footer>
<p class="center"><a href="https://lzahq.tech" target="_blank">Holler at me, dog</a></p> <p class="center">
<a href="https://lzahq.tech" target="_blank">contact me</a> x <a href="https://monero.fail" target="_blank">monero.fail</a>
</p>
</footer> </footer>

@ -17,13 +17,12 @@
</div> </div>
</section> </section>
{% if funded_ops %}
<section class="hero is-light"> <section class="hero is-light">
<div class="hero-body"> <div class="hero-body">
<div class="container center"> <div class="container center">
<h1>{{ funded_ops.count() }} Nodes in Orbit</h1> <h1>{{ funded_ops.count() }} Nodes in Orbit</h1>
<br /> <br />
{% if funded_ops %} {% if funded_ops.count() > 0 %}
<table class="table center"> <table class="table center">
<tr> <tr>
<th>Operation</th> <th>Operation</th>
@ -44,13 +43,23 @@
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
{% else %} <hr>
- NONE - <h1>Connect to a Node</h1>
<p>Use any of the individual addresses above using port 18081 in your Monero wallet to use the remote node.</p>
<p>
You can use the following address that reverse proxies to all active XMR Node Cannon nodes:
<br />
<br />
global.xmrcannon.net
<br />
(port 443, use SSL)
</p>
<br />
<p>Proxy currently resides in USA, but will be setting up round robin to all global endpoints.</p>
{% endif %} {% endif %}
</div> </div>
</div> </div>
</section> </section>
{% endif %}
<script type="text/javascript"> <script type="text/javascript">
window.onload = function() { window.onload = function() {

Loading…
Cancel
Save