1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-12 22:08:48 +00:00

feat(slides): add "basics-of-html" slides

This commit is contained in:
Denis Ergin 2024-09-20 10:48:48 +02:00
parent 3ebeb6396d
commit cc8682003e
8 changed files with 317 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
import Reveal from "../../layouts/Reveal.astro";
import HtmlBasicSlides from '../../components/slides/html-basics/index.astro'
---
<Reveal title="The Basics of HTML">
<HtmlBasicSlides />
</Reveal>