elh.gay/src/pages/index.astro

7 lines
No EOL
139 B
Text

---
import Layout from "../layouts/Sitelayout.astro";
const pageTitle="home";
---
<Layout pageTitle={pageTitle}>
<h1>uwu</h1>
</Layout>