annotate index.html @ 13:b9f451791f3a

refactor and update jsonldquads. WIP
author drewp@localhost
date Fri, 06 Dec 2019 20:33:36 -0800
parents 6fefd287aff9
children 7ca4ff2088c3
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>
8
6fefd287aff9 closer- element now holds a changing graph, but can't draw it yet
drewp@bigasterisk.com
parents: 0
diff changeset
7 <streamed-graph url="http://bang5:9075/graph/events"></streamed-graph>
0
drewp@localhost
parents:
diff changeset
8 </body>
drewp@localhost
parents:
diff changeset
9 </html>