UNPKG
feedy
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
feedback widget using Webcom
github.com/webcom-components/feedy
webcom-components/feedy
feedy
/
src
/
index.html
16 lines
•
219 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Feedy test page
</
title
>
</
head
>
<
body
>
<
div
>
<
h1
>
Feedy test page
</
h1
>
</
div
>
<
img
src
=
"test.jpg"
alt
=
""
>
<
script
>
feedy();
</
script
>
</
body
>
</
html
>