This commit is contained in:
badblocks 2026-07-10 00:21:45 -07:00
parent 6e7977997e
commit a3071cd7f9
Signed by: badblocks
SSH key fingerprint: SHA256:hEcM6BP4hKm9F7WsomNuXSBpPn2BSDnFzPSl3y1NerQ
21 changed files with 290 additions and 199 deletions

View file

@ -6,7 +6,7 @@ import Layout from "@layouts/BaseLayout.astro";
<title slot="head">Home</title>
<Fragment slot="main">
<article id="hero">
<h2>Under Construction</h2>
<h2>It's badblocks!</h2>
<p>Pardon the dust!</p>
</article>
</Fragment>