fries-website/src/pages/blog.astro

10 lines
142 B
Plaintext

---
import Layout from "../layouts/Layout.astro";
---
<Layout title="fries gay blog">
<main>
<h1>work in progress</h1>
</main>
</Layout>