mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 19:32:02 +02:00
Init astro
This commit is contained in:
parent
e7a42b121e
commit
7811574d5b
39 changed files with 3562 additions and 2154 deletions
9
src/pages/contact/page.tsx
Normal file
9
src/pages/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