UNPKG
count-down
Version:
latest (0.0.2)
0.0.2
0.0.1
CountDown
github.com/wnow20/countdown
wnow20/countdown
count-down
/
demo
/
demo.html
9 lines
•
173 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
html
>
<
head
>
<
title
>
Demo - CountDown
</
title
>
</
head
>
<
body
>
<
button
type
=
"button"
>
Start
</
button
>
<
script
type
=
"text/javascript"
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>