mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
---
|
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
|
import { Headline } from '../components';
|
|
---
|
|
|
|
<BaseLayout title="Homepage">
|
|
<Headline>Homepage</Headline>
|
|
</BaseLayout>
|