aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/index.astro
blob: 6f88bf5aeaf36250868553b8b9147c99b4a9da2e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
import Layout from "@layouts/Layout.astro";
import Section from '@components/base/Section.astro';
---
<Layout>
	<Section class="flex-col justify-center items-center h-screen md:h-4/5 md:min-h-[600px]">
		<h1>500</h1>
		<p>Internal Staff Error</p>
		<p>(placeholder until I start copying over the old index page)</p>
	</Section>
</Layout>