chore: moved to pnpm, improved footer

This commit is contained in:
moonleay 2023-10-23 00:17:15 +02:00
parent 4caf4eede9
commit 3fa345888a
7 changed files with 992 additions and 93 deletions

View file

9
app/contact/page.tsx 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>
)
}