Update base.html

This commit is contained in:
RecentRichRail 2023-05-15 18:54:15 -04:00 committed by GitHub
parent 629c07ded4
commit b9d560f960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,13 +57,14 @@
{% block content %}
{% endblock %}
<footer style="background-color: black; color: white; padding: 10px; text-align: center;">
<footer style="background-color: black; color: white; padding: 10px; text-align: center; position: fixed; left: 0; bottom: 0; width: 100%;">
<a href="https://dns.spicerhome.net" style="color: grey;">SpicerHome DNS</a> |
<a href="https://php.spicerhome.net" style="color: grey;">SpicerHomepPhpMyAdmin</a> |
<a href="https://php.spicerhome.net" style="color: grey;">SpicerHome PHPMyAdmin</a> |
<a href="https://remote.spicerhome.net/guacamole" style="color: grey;">Remote SpicerHome</a> |
<a href="https://port.spicerhome.net" style="color: grey;">SpicerHome Portainer</a> |
<a href="https://bridge.spicerhome.net" style="color: grey;">SpicerHome Bridge</a>
</footer>
</main>
<!--[if gte IE 9]>-->