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

feat(slides): V1 of "History of the Web"

This commit is contained in:
Denis Ergin 2024-09-17 16:03:30 +02:00
parent 55422c2ab2
commit e66aac2cbb
14 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
import Reveal from '../../layouts/Reveal.astro'
import Slides from '../../components/slides/history-of-web/index.astro'
---
<Reveal title="The history of the web (in Slides)">
<Slides />
</Reveal>
<style is:global>
dd {
margin-bottom: 2rem;
}
</style>