Move Files to new location

This commit is contained in:
aronmal 2023-11-09 13:57:16 +01:00
parent 6a55d9d9e0
commit dd1c5b7b31
Signed by: aronmal
GPG key ID: 816B7707426FC612
23 changed files with 17 additions and 140 deletions

9
src/pages/contact.astro Normal file
View file

@ -0,0 +1,9 @@
export default function Contact() {
return (
<section>
<h1>Contact</h1>
<p>EMail: <a href={"mailto:contact@moonleay.net"}>contact@moonleay.net</a></p>
<p>Discord: <a>@moonleay</a></p>
</section>
)
}