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.

24 lines
452 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>
<nav>
<a href="/">Home</a>
<a href="/verein.html">Verein</a>
<a href="/impressum.html">Impressum</a>
</nav>
<main>
{% block content %}
{% endblock %}
</main>
<footer>
<p>&copy; F.D.G.L. e.V.</p>
</footer>
</body>