UNPKG
nice-toast-js
Version:
latest (0.2.3)
0.2.3
0.2.0
0.1.9
0.1.8
jquery easy & nice Toast
github.com/hasan-ahani/nice-toast-js
hasan-ahani/nice-toast-js
nice-toast-js
/
test
/
test-template.html
12 lines
(11 loc)
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
nice-toast-js 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
>