Move footer off content

This commit is contained in:
Minecon724 2025-04-02 18:49:43 +02:00
commit 1c79fb1360
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189
2 changed files with 4 additions and 7 deletions

View file

@ -32,9 +32,6 @@ footer {
font-size: small;
color: #999;
text-align: center;
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid #444;
}
h1 {
color: #bbb;

View file

@ -11,10 +11,10 @@
<main>
{% block content %}{% endblock %}
</main>
<footer>
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
</div>
</div>
<footer>
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
</footer>
</body>
</html>