remove toc

This commit is contained in:
Barrett Ruth 2026-01-12 11:19:21 -05:00
parent a19b417d71
commit f3aeeb1b5f
8 changed files with 177 additions and 282 deletions

View file

@ -2,24 +2,8 @@
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout title="404 - Not Found">
<div class="not-found-container">
<h1>404</h1>
<BaseLayout title="404 - not found">
<div>
<h1>404 - not found</h1>
</div>
</BaseLayout>
<style>
.not-found-container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
min-height: 60vh;
}
h1 {
font-size: 5em;
font-weight: normal;
margin: 0;
}
</style>

View file

@ -3,4 +3,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
const title = "barrett ruth";
---
<BaseLayout title={title}> henlo </BaseLayout>
<BaseLayout title={title}
><em>barrett</em> ruth
<script src="index.css" is:inline></script>
</BaseLayout>