UNPKG
react-hopscotch
Version:
latest (1.0.0)
1.0.0
React components for Hopscotch framework
github.com/moust/react-hopscotch
moust/react-hopscotch
react-hopscotch
/
demo
/
index.html
12 lines
(11 loc)
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
react-hopscotch demo
</
title
>
<
link
rel
=
"stylesheet"
href
=
"styles.css"
>
</
head
>
<
body
>
<
div
id
=
"root"
/>
<
script
src
=
"bundle.js"
type
=
"text/javascript"
>
</
script
>
</
body
>
</
html
>