firq-dev-website/src/pages/_index.astro.old
Firq 72f6c3818b
All checks were successful
/ checking (push) Successful in 45s
/ build-site (push) Successful in 2m18s
/ publish (push) Successful in 1m22s
Updated About page, added blogpost for new deployment
2023-12-23 23:17:02 +01:00

18 lines
233 B
Text

---
import Layout from '../layouts/Layout.astro';
---
<Layout title="Firq FGO Site">
<Navbar/>
<Title/>
<Divider/>
<HomeLayout>
<AboutMe/>
<Favourites/>
</HomeLayout>
</Layout>
<style>
</style>