- Smaller width of page - Center navbar - Fonts - Catppuccin Mocha colours - TODO.md - Show all uses at the same time - and more...
11 lines
184 B
Plaintext
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>
|