mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-25 11:02:04 +02:00
9 lines
259 B
TypeScript
9 lines
259 B
TypeScript
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>
|
|
)
|
|
}
|