personal-website/src/pages/index.astro

5 lines
98 B
Plaintext
Raw Normal View History

2024-03-19 12:59:26 +01:00
---
2024-03-23 08:57:56 +01:00
import Layout from "../layouts/Layout.astro"
2024-03-19 12:59:26 +01:00
---
2024-03-23 08:57:56 +01:00
<Layout title='Welcome!' lang='en'>
</Layout>