Update templates/base.html

This commit is contained in:
Blackwhitebear8 2025-10-17 20:09:55 +02:00
parent 135e3b5fc7
commit 59a7733aaa

View file

@ -67,7 +67,7 @@
<header class="page-header"> <header class="page-header">
<div class="page-header-content"> <div class="page-header-content">
<a href="/"> <img src="/static/img/as215085-logo.png" alt="AS215085 Logo" style="height: 120px; opacity: 1;!important"> </a> <a href="/"> <img src="/static/img/as215085-logo.png" alt="AS215085 Logo" style="height: 120px; opacity: 1;!important"> </a>
<p><b>Proudly delivering the backbone for PixelHostings services</b></p> <p><b>Proudly delivering the backbone for PixelHosting's services</b></p>
{% block page_header %}{% endblock %} {% block page_header %}{% endblock %}
</div> </div>
</header> </header>