Vertragsverwaltung_Plusfit24/views/renewal-expired.ejs
2026-03-27 14:56:59 +00:00

19 lines
777 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de"><head><meta charset="UTF-8">
<title>PlusFit24 Link abgelaufen</title>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header class="site-header"><div class="header-inner"><div class="logo">Plusfit<span>24</span></div></div></header>
<main class="success-main">
<div class="success-card">
<div class="success-icon">⏰</div>
<h1>Link abgelaufen</h1>
<p>Dieser Verlängerungslink ist nicht mehr gültig.</p>
<p class="success-sub">Bitte kontaktiere uns direkt im Studio oder ruf uns an.</p>
<a href="/" class="btn btn-primary">Zur Startseite</a>
</div>
</main>
</body></html>