mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-07 19:48:50 +00:00
8 lines
No EOL
209 B
Text
8 lines
No EOL
209 B
Text
---
|
|
import Reveal from "../../../layouts/Reveal.astro";
|
|
import HtmlBasicSlides from '../../../components/slides/html-basics/index.astro'
|
|
---
|
|
|
|
<Reveal title="The Basics of HTML">
|
|
<HtmlBasicSlides />
|
|
</Reveal> |