From ebaa56401efd9b14ecef922db8c2f6eac732a4d6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Feb 2025 17:38:43 -0500 Subject: Initial commit --- src/pages/index.astro | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..e47d9a1 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,56 @@ +--- +import Layout from '../layouts/Layout.astro'; +import sites from '../components/sites.json'; + +// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build +// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh. +--- + + +
+

bits & Bytes Minecraft

+

IP: mc.bnbmc.net

+ Must be an active member of the bits & Bytes Discord to join. +
+ {sites.map((site) => ( + + ))} +
+
+
+ + -- cgit v1.2.3