Mercurial > code > home > repos > streamed-graph
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 |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
3 <body> | |
4 <h1>streamed-graph demo</h1> | |
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 | 8 </body> |
9 </html> |