annotate index.html @ 30:2d88804484e5

ignore
author drewp@bigasterisk.com
date Sun, 15 Dec 2019 21:21:28 -0800
parents 7ca4ff2088c3
children b82c05e22d9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@localhost
parents:
diff changeset
1 <!DOCTYPE html>
drewp@localhost
parents:
diff changeset
2 <html>
drewp@localhost
parents:
diff changeset
3 <body>
drewp@localhost
parents:
diff changeset
4 <h1>streamed-graph demo</h1>
drewp@localhost
parents:
diff changeset
5
drewp@localhost
parents:
diff changeset
6 <script src="./build/streamed-graph.bundle.js"></script>
15
7ca4ff2088c3 managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents: 8
diff changeset
7 <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph>
0
drewp@localhost
parents:
diff changeset
8 </body>
drewp@localhost
parents:
diff changeset
9 </html>