Actualiser app/templates/base.html
This commit is contained in:
parent
2c40893525
commit
7f14c23a9d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user