annotate demo/index.html @ 81:099b62d6d0b3

new demo that's a standalone project
author drewp@bigasterisk.com
date Wed, 17 Nov 2021 15:36:41 -0800
parents
children b973d7f95fdf
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>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
4 <script type="module">
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
5 import { StreamedGraph } from 'streamed-graph';
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
6 </script>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
7 <body>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
8 here's a streamed-graph: <streamed-graph url="http://dash:9075/graph/environment/events"></streamed-graph>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
9 </body>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
10 </html>