consensus/cmd/web/views/footer.qtpl
DataHoarder 55661a12da
All checks were successful
continuous-integration/drone/push Build is passing
WIP: Bootstrap-based responsive interface, CSS only
2024-03-20 13:37:26 +01:00

11 lines
533 B
Plaintext

{% func Footer(ctx *GlobalRequestContext) %}
<div>
<footer class="center smaller" style="text-align: center; margin-bottom: 20px;">
ClearNet <a href="https://{%s ctx.NetServiceAddress %}">{%s ctx.NetServiceAddress %}</a>
<br/>
Tor <a href="http://{%s ctx.TorServiceAddress %}">{%s ctx.TorServiceAddress %}</a>
<br/>
<strong>NOTE:</strong> This site is in development. You might find errors, incomplete or invalid data.
</footer>
</div>
{% endfunc %}