added google search console

This commit is contained in:
2026-04-14 08:05:03 +02:00
parent 15c07c8264
commit 3f629a5fd1
7 changed files with 71 additions and 13 deletions

View File

@@ -22,8 +22,12 @@
<div class="card-bg rounded-xl border p-8">
<div class="text-center mb-8">
<img src="/static/logo.png" alt="Logo" class="h-16 w-auto mx-auto mb-4">
<p class="text-sm text-brand-highlight font-medium mb-2">Onyva</p>
<h1 class="text-2xl font-bold text-white mb-2">Einladung von {{ company_name }}</h1>
<p class="text-gray-400">Du wurdest von {{ inviter_name }} eingeladen, dem Team beizutreten.</p>
<p class="text-xs text-gray-500 mt-3">
Kein offizielles Angebot von LinkedIn. Diese Einladung gilt fur den Onyva Content-Workflow.
</p>
</div>
{% if error %}
@@ -111,6 +115,11 @@
Du hast bereits ein Konto?
<a href="/login" class="text-brand-highlight hover:underline">Anmelden</a>
</p>
<p class="text-xs text-gray-500 mt-4">
Betreiber: Onyva |
<a href="/privacy-policy" class="hover:text-gray-300">Datenschutz</a> |
<a href="mailto:team@onyva.de" class="hover:text-gray-300">team@onyva.de</a>
</p>
</div>
</div>
</div>