UNPKG
jquery-my-plugin
Version:
latest (1.0.0)
1.0.0
Made with create-jquery-plugin
jquery-my-plugin
/
test
/
test-template.html
12 lines
(11 loc)
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
jquery-my-plugin Test
</
title
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
</
head
>
<
body
>
<
div
id
=
"test-element"
>
</
div
>
</
body
>
</
html
>