fix colors

This commit is contained in:
Aron Petau 2025-09-17 20:26:44 +02:00
parent 242d3bd915
commit da5e765d49
13 changed files with 455 additions and 656 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="de">
<head>
<meta charset="UTF-8">
<title>{% block title %}Studio Einszwovier{% endblock %}</title>
@ -11,14 +11,20 @@
<img src="/static/images/logo.png" alt="Studio Einszwovier Logo" class="logo">
</a>
<nav>
<a href="/">Home</a> |
<a href="/about">About</a> |
<a href="/cost">Cost Calculator</a>
<a href="/">Startseite</a> |
<a href="/about">Über uns</a> |
<a href="/cost">Kostenrechner</a> |
<a href="/">Zur Startseite</a>
</nav>
</header>
<main>
{% block content %}{% endblock %}
</main>
<footer>
<img src="/static/images/gvb-logo.png" alt="GVB Logo" class="footer-logo">
&copy; Studio Einszwovier @ GvB Berlin
</footer>
</body>
</html>