design final
This commit is contained in:
parent
da5e765d49
commit
a0d2188f6f
1400 changed files with 1748 additions and 207 deletions
|
|
@ -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">
|
||||
© Studio Einszwovier @ GvB Berlin
|
||||
© studio einszwovier @ GvB Berlin
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue