mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 13:18:49 +00:00
8 lines
No EOL
191 B
Text
8 lines
No EOL
191 B
Text
---
|
|
import Reveal from "../../layouts/Reveal.astro";
|
|
import Slides from '../../components/slides/css-introduction/index.astro';
|
|
---
|
|
|
|
<Reveal title="Einführung in CSS">
|
|
<Slides />
|
|
</Reveal> |