annotate index.html @ 33:b82c05e22d9a

change to npm with a build that worked better as a local package to be shared
author drewp@bigasterisk.com
date Tue, 24 Dec 2019 20:30:27 -0800
parents 7ca4ff2088c3
children 3d8b98e9c01d
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
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents: 15
diff changeset
6 <script src="./build/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>