Mercurial > code > home > repos > light9
comparison web/paint/index.html @ 2376:4556eebe5d73
topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:02:10 -0700 |
parents | light9/web/paint/index.html@20f48a0e7135 |
children |
comparison
equal
deleted
inserted
replaced
2375:623836db99af | 2376:4556eebe5d73 |
---|---|
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> | |
7 <link rel="stylesheet" href="/style.css"> | |
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> | |
20 | |
21 | |
22 </body> | |
23 </html> |