annotate demo/index.html @ 83:b973d7f95fdf

bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
author drewp@bigasterisk.com
date Wed, 17 Nov 2021 16:42:59 -0800
parents 099b62d6d0b3
children ac7ad087d474
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>
83
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
7
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
8 <body>
83
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
9 <style>body {background: black; color: white; }
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
10
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
11 </style>
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
12 here's a streamed-graph: <streamed-graph expanded url="http://dash:9075/graph/environment/events"></streamed-graph>
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
13 </body>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
14 </html>