Mercurial > code > home > repos > light9
annotate web/timeline/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 |
---|---|
1314 | 1 <!doctype html> |
2 <html> | |
3 <head> | |
4 <title>timeline</title> | |
2062 | 5 <meta charset="utf-8"> |
6 <script type="module" src="./timeline/timeline-elements.ts"></script> | |
1314 | 7 </head> |
8 <body> | |
1469
70959bb51ab3
full page, 4-row TL. start doing static fx settings on notes
Drew Perttula <drewp@bigasterisk.com>
parents:
1462
diff
changeset
|
9 <light9-timeline-editor style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"> |
1314 | 10 </light9-timeline-editor> |
11 </body> | |
12 </html> |