Mercurial > code > home > repos > light9
annotate web/paint/index.html @ 2408:7e7874fed2e3
buttons to add panels to the layout
author | drewp@bigasterisk.com |
---|---|
date | Sat, 18 May 2024 21:02:32 -0700 |
parents | 4556eebe5d73 |
children |
rev | line source |
---|---|
1519 | 1 <!doctype html> |
2 <html> | |
3 <head> | |
4 <title>paint</title> | |
5 <meta charset="utf-8" /> | |
6 <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script> | |
1569
654c41ccf265
more draft UI for paint page
Drew Perttula <drewp@bigasterisk.com>
parents:
1525
diff
changeset
|
7 <link rel="stylesheet" href="/style.css"> |
1519 | 8 <link rel="import" href="paint-elements.html"> |
9 <meta name="viewport" content="user-scalable=no, width=1000, initial-scale=.5" /> | |
10 <style> | |
11 body { | |
12 position: relative; | |
13 height: 500px; | |
14 } | |
15 </style> | |
16 </head> | |
17 <body> | |
18 <light9-paint style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 500px"> | |
19 </light9-paint> | |
1525
1849713b0d73
light9-simulation element work
Drew Perttula <drewp@bigasterisk.com>
parents:
1519
diff
changeset
|
20 |
1849713b0d73
light9-simulation element work
Drew Perttula <drewp@bigasterisk.com>
parents:
1519
diff
changeset
|
21 |
1519 | 22 </body> |
23 </html> |