[PIE-6] Add first (non-final) (temporary-ish) stylings (#5)
this was a doozy. Co-authored-by: june <self@breadone.net> Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import BaseHead from "../components/BaseHead.astro";
|
||||
import Header from "@/components/Header";
|
||||
---
|
||||
|
||||
<html lang=en>
|
||||
@@ -8,6 +9,7 @@ import BaseHead from "../components/BaseHead.astro";
|
||||
</head>
|
||||
<body>
|
||||
<main id="main" class="flex-1">
|
||||
<Header/>
|
||||
<slot />
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user