UNPKG
lend
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Retrieve your web browser information.
github.com/ernysans/lend
ernysans/lend
lend
/
src
/
test
/
index.html
13 lines
(12 loc)
•
220 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Test Lend
</
title
>
<
script
type
=
"text/javascript"
src
=
"../../lend.js"
>
</
script
>
<
script
type
=
"text/javascript"
>
console
.
log
(lend.
test
())
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>