From c63b2cead70fd8ba633bd105863eaf117a4f04fa Mon Sep 17 00:00:00 2001 From: LimePotato Date: Tue, 23 Jan 2024 20:08:32 -0700 Subject: [PATCH] cleanup & update --- src/layouts/Layout.astro | 4 ++ src/pages/index.astro | 81 ++++++++++++++++++++++---------- src/pages/minecraft.astro | 98 +++++++++++++++++++++++++++++++++++++++ src/pages/mumble.astro | 93 +++++++++++++++++++++++++++++++++++++ 4 files changed, 252 insertions(+), 24 deletions(-) create mode 100644 src/pages/minecraft.astro create mode 100644 src/pages/mumble.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3a876fe..c2ba4e4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,6 +24,10 @@ const { title } = Astro.props; + \ No newline at end of file diff --git a/src/pages/mumble.astro b/src/pages/mumble.astro new file mode 100644 index 0000000..7cf6727 --- /dev/null +++ b/src/pages/mumble.astro @@ -0,0 +1,93 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + + +
+

Mumble Server Info

+

To join download & install Mumble.

+

Maximum occupancy: 20

+
+

address: ouroboros.gay

+

port: 64738

+
+
+ + \ No newline at end of file