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:
@@ -8,10 +8,21 @@
|
||||
.container { max-width: 700px; margin: 60px auto; background: #181a20; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.18); padding: 40px 32px; }
|
||||
h1 { color: #00aaff; }
|
||||
.footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; }
|
||||
.nav { text-align: center; margin-bottom: 40px; }
|
||||
.nav a { color: #00aaff; margin: 0 15px; text-decoration: none; }
|
||||
.nav a.active { text-decoration: underline; }
|
||||
</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>Nutzungsbedingungen (AGB)</h1>
|
||||
<p>
|
||||
<b>1. Geltungsbereich</b><br>
|
||||
|
||||
Reference in New Issue
Block a user