1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-07 04:08:46 +00:00
denis.ergin/src/pages/slides/forms.astro
2024-10-07 21:49:32 +02:00

8 lines
No EOL
180 B
Text

---
import Reveal from "../../layouts/Reveal.astro";
import Slides from '../../components/slides/html-forms/index.astro'
---
<Reveal title="HTML Formulare">
<Slides />
</Reveal>