Actualiser app/templates/base.html

This commit is contained in:
Grégory Lebreton 2025-05-12 16:01:53 +02:00
parent 2c40893525
commit 7f14c23a9d

View File

@ -2,12 +2,13 @@
<html>
<head>
<title>Docker Mailserver Admin</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
{% block content %}
{% endblock %}
<div>
<img src="/static/logo.png" alt="Logo" style="height: 50px;">
<img src="/static/img/logo.png" alt="Logo" style="height: 50px;">
</div>
<hr>
</body>