UNPKG
@jbonigomes/react-impress-like-slides
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React presentation deck framework heavily inspired by Impress.js
@jbonigomes/react-impress-like-slides
/
src
/
index.html
12 lines
(11 loc)
•
225 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Hands-On GraphQL
</
title
>
<
link
rel
=
"stylesheet"
href
=
"./index.scss"
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
type
=
"text/javascript"
src
=
"./index.js"
>
</
script
>
</
body
>
</
html
>