UNPKG
lightmeter
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
A simple LightMeter UI widget for pinhole cameras
github.com/CardboardIoT/lightmeter
lightmeter
/
static
/
index.html
11 lines
(10 loc)
•
221 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
href
=
"bundle.css"
>
</
head
>
<
body
>
<
div
id
=
"container"
class
=
"ui-container"
>
</
div
>
<
script
src
=
"bundle.js"
charset
=
"utf-8"
>
</
script
>
</
body
>
</
html
>