Init astro

This commit is contained in:
aronmal 2023-11-09 13:26:24 +01:00
parent e7a42b121e
commit 7811574d5b
Signed by: aronmal
GPG key ID: 816B7707426FC612
39 changed files with 3562 additions and 2154 deletions

View file

@ -1,9 +0,0 @@
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>
)
}