mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
13 lines
321 B
Text
13 lines
321 B
Text
---
|
|
import InfoLayout from "../layouts/InfoLayout.astro";
|
|
---
|
|
|
|
<InfoLayout
|
|
title="RythonDev Discord Server"
|
|
description="Come join Ryan's Room for tech support or chaotic vibes!"
|
|
metaURL="https://rython.dev/discord"
|
|
/>
|
|
|
|
<script is:inline>
|
|
window.location.href = "https://discord.gg/F5efU63Prz";
|
|
</script>
|