mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
Migrate all routes
This commit is contained in:
parent
036a2d1e4a
commit
ea5a815c2c
13 changed files with 621 additions and 480 deletions
|
@ -1,9 +1,13 @@
|
|||
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>
|
||||
)
|
||||
}
|
||||
---
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<section>
|
||||
<h1>Contact</h1>
|
||||
<p>
|
||||
EMail: <a href="mailto:contact@moonleay.net">contact@moonleay.net</a>
|
||||
</p>
|
||||
<p>Discord: <a>@moonleay</a></p>
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue