UNPKG
rentypo
Version:
latest (0.0.2)
0.0.2
0.0.1-1
React's components for Entypo+ icons
github.com/kocisov/rentypo
kocisov/rentypo
rentypo
/
test
/
index.html
13 lines
(12 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
React Entypo+ test
</
title
>
<
link
rel
=
"stylesheet"
href
=
"test.css"
>
</
head
>
<
body
>
<
div
id
=
"test"
>
</
div
>
<
script
src
=
"test.js"
>
</
script
>
</
body
>
</
html
>