1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-07 23:38:46 +00:00

fix(slides): fix basics-of-html

moved index to slides/html/01-basics
This commit is contained in:
Denis Ergin 2025-01-11 10:07:47 +01:00
parent 8b2be42ab9
commit e3ac8b6406
5 changed files with 23 additions and 20 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>