annotate demo/index.html @ 90:6077fdc9ed44

inv release
author drewp@bigasterisk.com
date Wed, 12 Jan 2022 16:54:15 -0800
parents 4d19a94906d2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
89
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
2 <html lang="en">
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
89
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
4 <meta charset="UTF-8" />
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
6 <title>streamed-graph demo</title>
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
7 <script type="module" src="/src/my-element.ts"></script>
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
8 </head>
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
9 <body>
89
4d19a94906d2 redo demo/ with vitejs (so nice)
drewp@bigasterisk.com
parents: 88
diff changeset
10 <my-element></my-element>
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
11 </body>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
12 </html>