Mercurial > code > home > repos > light9
annotate web/live/index.html @ 2398:87de3fada483
dead code
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 May 2024 16:13:18 -0700 |
parents | 4556eebe5d73 |
children |
rev | line source |
---|---|
2156 | 1 <!DOCTYPE html> |
1289
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 <html> |
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 <head> |
2246
5c269c03863d
WIP device settings page can now load and save ok. Omitted GraphToControls for now
drewp@bigasterisk.com
parents:
2235
diff
changeset
|
4 <title>device settings</title> |
1289
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 <meta charset="utf-8" /> |
2156 | 6 <link rel="stylesheet" href="../style.css" /> |
2246
5c269c03863d
WIP device settings page can now load and save ok. Omitted GraphToControls for now
drewp@bigasterisk.com
parents:
2235
diff
changeset
|
7 <script type="module" src="./Light9DeviceSettings"></script> |
1289
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 </head> |
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 <body> |
1636
7d2871f49806
relayout live page. fix jank from moving sliders.
Drew Perttula <drewp@bigasterisk.com>
parents:
1632
diff
changeset
|
10 <style> |
2156 | 11 body, |
12 html { | |
13 margin: 0; | |
14 } | |
2246
5c269c03863d
WIP device settings page can now load and save ok. Omitted GraphToControls for now
drewp@bigasterisk.com
parents:
2235
diff
changeset
|
15 light9-device-settings { |
2156 | 16 position: absolute; |
17 left: 2px; | |
18 top: 2px; | |
19 right: 8px; | |
20 bottom: 0; | |
21 } | |
1636
7d2871f49806
relayout live page. fix jank from moving sliders.
Drew Perttula <drewp@bigasterisk.com>
parents:
1632
diff
changeset
|
22 </style> |
2246
5c269c03863d
WIP device settings page can now load and save ok. Omitted GraphToControls for now
drewp@bigasterisk.com
parents:
2235
diff
changeset
|
23 <light9-device-settings></light9-device-settings> |
1289
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
24 </body> |
5a4e74f1e36a
Fixed client session clearing bugs.
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
25 </html> |