mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-09 08:38:46 +00:00
feat(slides): add forms in html
This commit is contained in:
parent
6aa0128a13
commit
62854c484c
10 changed files with 757 additions and 0 deletions
8
src/pages/slides/forms.astro
Normal file
8
src/pages/slides/forms.astro
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Reveal from "../../layouts/Reveal.astro";
|
||||
import Slides from '../../components/slides/html-forms/index.astro'
|
||||
---
|
||||
|
||||
<Reveal title="HTML Formulare">
|
||||
<Slides />
|
||||
</Reveal>
|
Loading…
Add table
Add a link
Reference in a new issue