design final

This commit is contained in:
Aron Petau 2025-10-02 12:20:11 +02:00
parent da5e765d49
commit a0d2188f6f
1400 changed files with 1748 additions and 207 deletions

View file

@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>{% block title %}Studio Einszwovier{% endblock %}</title>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<header>
<a href="/" class="logo-link">
@ -13,8 +15,7 @@
<nav>
<a href="/">Startseite</a> |
<a href="/about">Über uns</a> |
<a href="/cost">Kostenrechner</a> |
<a href="/">Zur Startseite</a>
<a href="/cost">Kostenrechner</a>
</nav>
</header>
@ -24,7 +25,8 @@
<footer>
<img src="/static/images/gvb-logo.png" alt="GVB Logo" class="footer-logo">
&copy; Studio Einszwovier @ GvB Berlin
&copy; studio einszwovier @ GvB Berlin
</footer>
</body>
</html>
</html>