12 lines
502 B
PHP
12 lines
502 B
PHP
<?php include 'header.php'; ?>
|
|
|
|
<main style="padding: 2rem 1rem; max-width: 800px; margin: 0 auto; animation: fadeInUp 0.5s ease both;">
|
|
<div class="auth__card" style="width: 100%; max-width: 100%;">
|
|
<header class="auth__header" style="grid-template-columns: 1fr;">
|
|
<h1 class="auth__title">Impressum</h1>
|
|
</header>
|
|
<p style="color: var(--text-secondary); line-height: 1.8; font-size: 0.95rem;">Impressum 123</p>
|
|
</div>
|
|
</main>
|
|
|
|
<?php include 'footer.php'; ?>
|