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>
|
|
7 <link rel="import" href="paint-elements.html">
|
|
8 <meta name="viewport" content="user-scalable=no, width=1000, initial-scale=.5" />
|
|
9 <style>
|
|
10 body {
|
|
11 position: relative;
|
|
12 height: 500px;
|
|
13 }
|
|
14 </style>
|
|
15 </head>
|
|
16 <body>
|
|
17 <light9-paint style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 500px">
|
|
18 </light9-paint>
|
|
19 </body>
|
|
20 </html>
|