Mercurial > code > home > repos > streamed-graph
annotate demo/index.html @ 90:6077fdc9ed44
inv release
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jan 2022 16:54:15 -0800 |
parents | 4d19a94906d2 |
children |
rev | line source |
---|---|
81 | 1 <!DOCTYPE html> |
89 | 2 <html lang="en"> |
81 | 3 <head> |
89 | 4 <meta charset="UTF-8" /> |
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
6 <title>streamed-graph demo</title> | |
7 <script type="module" src="/src/my-element.ts"></script> | |
8 </head> | |
81 | 9 <body> |
89 | 10 <my-element></my-element> |
81 | 11 </body> |
12 </html> |