chore: moved to pnpm, improved footer
This commit is contained in:
parent
4caf4eede9
commit
3fa345888a
7 changed files with 992 additions and 93 deletions
0
app/contact/page.module.css
Normal file
0
app/contact/page.module.css
Normal file
9
app/contact/page.tsx
Normal file
9
app/contact/page.tsx
Normal 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>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue