UNPKG
nc_npm
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A web front end library
github.com/bobnie/js
bobnie/js
nc_npm
/
h5
/
index.html
13 lines
(12 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
link
href
=
"css.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<
meta
charset
=
"UTF-8"
>
</
head
>
<
body
>
<
div
class
=
"toggle"
>
<
input
type
=
"checkbox"
checked
id
=
"t"
/>
<
label
for
=
"t"
>
</
label
>
</
body
>
</
html
>