Update home content

This commit is contained in:
Bernhard Kolb 2026-03-31 16:46:02 +02:00
parent 4647218785
commit d37ce0e156
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -15,6 +15,8 @@ container-logs/
# macOS # macOS
.DS_Store .DS_Store
._*
# VS Code # VS Code
.vscode/ .vscode/

View File

@ -1,6 +1,6 @@
<div class="hero-box"> <div class="hero-box">
<h1>Compliance Verification</h1> <h1>Compliance Verification</h1>
<p>Willkommen auf der Startseite Ihrer Flask-Anwendung im Kolb-Layout.</p> <p>Willkommen auf Ihrem Portal zur geregelten Nutzung von KI in Ihrem Unternehmen.</p>
<p>Besuche insgesamt: {{ visit_count }}</p> <p>Besuche insgesamt: {{ visit_count }}</p>
<p>Für die Seiten <strong>Preise</strong> und <strong>Allgemein</strong> ist eine Anmeldung erforderlich.</p> <p>Für die Seiten <strong>Preise</strong> und <strong>Allgemein</strong> ist eine Anmeldung erforderlich.</p>
</div> </div>