1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-12 22:08:48 +00:00
denis.ergin/src/pages/slides/images.astro
2024-10-04 14:30:23 +02:00

8 lines
No EOL
181 B
Text

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