mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
9 lines
222 B
Text
9 lines
222 B
Text
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
---
|
|
|
|
<Layout title="Discord" description="Join Ryan's Discord server!">
|
|
<script is:inline>
|
|
window.location.href = " https://discord.gg/UnHyHkhbga";
|
|
</script>
|
|
</Layout>
|