UNPKG
react-odyssey
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.5.0
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
React components for Odyssey design system
oktadeveloper/react-odyssey
react-odyssey
/
demo
/
index.html
12 lines
(11 loc)
•
234 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
title
>
React Odyssey
</
title
>
<
base
href
=
"/"
/>
<
link
rel
=
"stylesheet"
href
=
"./css/main.css"
>
</
head
>
<
body
>
</
body
>
<
script
src
=
"main.js"
>
</
script
>
</
html
>