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:
parent
8b2be42ab9
commit
e3ac8b6406
5 changed files with 23 additions and 20 deletions
8
src/pages/slides/html/01-basics.astro
Normal file
8
src/pages/slides/html/01-basics.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue