annotate demo/index.html @ 89:4d19a94906d2
redo demo/ with vitejs (so nice)
author |
drewp@bigasterisk.com |
date |
Wed, 12 Jan 2022 16:52:10 -0800 |
parents |
ac7ad087d474 |
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>
|