added footer with legal and contact
This commit is contained in:
9
client/src/app/datenschutz/page.tsx
Normal file
9
client/src/app/datenschutz/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function Datenschutz() {
|
||||
return (
|
||||
<div>
|
||||
<h2 className="text-center font-headline text-4xl text-highlight">
|
||||
Datenschutz
|
||||
</h2>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user