You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
328 B
HTML

<!DOCTYPE html>
<head>
<title>F.D.G.L e. V.</title>
<meta charset="utf-8">
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<header>
<img src="/static/logo.png" alt="logo">
</header>
<main>
{% block content %}
{% endblock %}
</main>
<footer>
<p>&copy; F.D.G.L. e.V.</p>
</footer>
</body>