martials.no/src/pages/index.astro
Martin Berg Alstad 023c8b7c85
Update general style
- Smaller width of page
- Center navbar
- Fonts
- Catppuccin Mocha colours
- TODO.md
- Show all uses at the same time
- and more...
2025-02-15 18:01:17 +01:00

11 lines
184 B
Plaintext

---
import Layout from "@/layouts/Layout.astro"
import Greeting from "@/components/Greeting.astro"
// https://slashpages.net/
---
<Layout title="Velkommen">
<Greeting />
</Layout>