mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
---
|
|
import PageLayout from "../layouts/PageLayout.astro";
|
|
import { Content } from "../content/legal-disclosure.md";
|
|
---
|
|
|
|
<PageLayout
|
|
title="Legal Disclosure"
|
|
description="Legal notice and contact details in accordance with German law."
|
|
>
|
|
<Content />
|
|
</PageLayout>
|