UNPKG
tiramisu-react-stripe-form
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
stripe form for react projects
tiramisu-react-stripe-form
/
demo
/
index.html
11 lines
•
190 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Demo
</
title
>
<
script
src
=
"bundle.js"
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"react-app"
>
</
div
>
</
body
>
</
html
>