Files
online-energieausweis/src/pages/index.astro
2024-12-01 15:56:43 +01:00

15 lines
287 B
Plaintext

---
import Layout from "#layouts/Layout.astro";
import BannerPrice from "#content/banner-saeule.svelte";
---
<Layout title="Energieausweis online erstellen - Online Energieausweis">
<h1 class="md:hidden">Energieausweis online erstellen</h1>
<BannerPrice client:load />
</Layout>