renamed: exel_datein/2024/09/4.xlsx -> exel_datein/2024/09/15.xlsx

modified:   templates/agb.html
	modified:   templates/chat.html
	modified:   templates/datenschutz.html
	modified:   templates/impressum.html
	modified:   templates/kontakt.html
	modified:   templates/landing.html
This commit is contained in:
SimolZimol
2025-06-19 19:18:47 +02:00
parent c56f3f8648
commit 4f44d25d8e
7 changed files with 95 additions and 6 deletions

View File

@@ -9,10 +9,21 @@
h1 { color: #00aaff; }
a { color: #00aaff; }
.footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; }
.nav { margin-bottom: 40px; }
.nav a { margin-right: 20px; }
.nav .active { font-weight: bold; }
</style>
</head>
<body>
<div class="container">
<div class="nav">
<a href="/" {% if request.path == '/' %}class="active"{% endif %}>Start</a>
<a href="/chat" {% if request.path == '/chat' %}class="active"{% endif %}>Chat</a>
<a href="/kontakt" {% if request.path == '/kontakt' %}class="active"{% endif %}>Kontakt</a>
<a href="/impressum" {% if request.path == '/impressum' %}class="active"{% endif %}>Impressum</a>
<a href="/datenschutz" {% if request.path == '/datenschutz' %}class="active"{% endif %}>Datenschutz</a>
<a href="/agb" {% if request.path == '/agb' %}class="active"{% endif %}>AGB</a>
</div>
<h1>Impressum</h1>
<p>
Diese Anwendung ist eine technische Demo, entwickelt von Simon Giehl für Nicolaisen Casing & Packaging GmbH.<br>