15 lines
363 B
HTML
15 lines
363 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Docker Mailserver Admin</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
|
</head>
|
|
<body>
|
|
{% block content %}
|
|
{% endblock %}
|
|
<hr>
|
|
<div>
|
|
<img src="{{ url_for('static', filename='img/logo.png') }}" alt="Logo" style="height: 50px;">
|
|
</div>
|
|
</body>
|
|
</html> |