Mercurial > code > home > repos > light9
view 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 |
line wrap: on
line source
<!doctype html> <html> <head> <title>paint</title> <meta charset="utf-8" /> <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script> <link rel="stylesheet" href="/style.css"> <link rel="import" href="paint-elements.html"> <meta name="viewport" content="user-scalable=no, width=1000, initial-scale=.5" /> <style> body { position: relative; height: 500px; } </style> </head> <body> <light9-paint style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 500px"> </light9-paint> </body> </html>