fixed imprint and privacy policy

This commit is contained in:
Ludwig Lehnert 2025-04-15 08:58:56 +02:00
parent a352cbd016
commit 86227eadf4
2 changed files with 28 additions and 0 deletions

View File

@ -21,6 +21,20 @@
</main> </main>
<style> <style>
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 80vh;
color: white;
font-family: "Inter", sans-serif;
text-align: center;
padding: 2rem;
pointer-events: none;
}
h1 { h1 {
font-size: 2.5rem; font-size: 2.5rem;
background: linear-gradient(90deg, #00ffff, #ff00ff); background: linear-gradient(90deg, #00ffff, #ff00ff);

View File

@ -41,6 +41,20 @@
</main> </main>
<style> <style>
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 80vh;
color: white;
font-family: "Inter", sans-serif;
text-align: center;
padding: 2rem;
pointer-events: none;
}
h1 { h1 {
font-size: 2.5rem; font-size: 2.5rem;
background: linear-gradient(90deg, #00ffff, #ff00ff); background: linear-gradient(90deg, #00ffff, #ff00ff);