12 lines
448 B
PHP
12 lines
448 B
PHP
<?php include 'header.php'; ?>
|
|
|
|
<main style="padding: 3rem 1.5rem; 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">
|
|
<h1 class="auth__title">Impressum</h1>
|
|
</header>
|
|
<p style="color: var(--text-secondary); line-height: 1.8;">Impressum 123</p>
|
|
</div>
|
|
</main>
|
|
|
|
<?php include 'footer.php'; ?>
|