10 lines
324 B
PHP
10 lines
324 B
PHP
<section class="auth-shell">
|
|
<div class="auth-card glass-panel">
|
|
<p class="eyebrow">404</p>
|
|
<h1>Diese Seite gibt es nicht</h1>
|
|
<p class="auth-copy">Der angeforderte Bereich wurde nicht gefunden.</p>
|
|
<a class="primary-button button-link" href="/">Zur Startseite</a>
|
|
</div>
|
|
</section>
|
|
|