Created the Imprint page

This commit is contained in:
2022-09-30 22:45:50 +02:00
parent 1dc8739e14
commit 37521cb6ed

View File

@ -0,0 +1,23 @@
import '../styles.sass';
const Imprint = () => (
<div className="text-wrapper">
<h2>Imprint</h2>
<p>Information in accordance with § 5 TMG</p>
<p>
Leon Fleß <br/>
Eichendorffstraße 5 <br/>
91301 Forchheim <br/>
Germany
</p>
<p>
<b>WhatsApp:</b> +49 15678 716015 <br/>
<b>E-Mail</b>: leon [at] sheepstar.xyz
</p>
</div>
);
export default Imprint;