website/src/pages/index.astro
2023-09-24 12:21:33 -05:00

6 lines
No EOL
112 B
Text

---
import Layout from "../layouts/primary.astro"
---
<Layout>
<h1>Welcome to ~LogicallyLogi~</h1>
</Layout>