remove toc
This commit is contained in:
parent
a19b417d71
commit
f3aeeb1b5f
8 changed files with 177 additions and 282 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue