Mercurial > code > home > repos > streamed-graph
diff index.html @ 35:29d8ed02a275
build and tests, including jsonld
author | drewp@bigasterisk.com |
---|---|
date | Sat, 28 Dec 2019 02:01:23 -0800 |
parents | 3d8b98e9c01d |
children | 7d17a02b5ae0 |
line wrap: on
line diff
--- a/index.html Fri Dec 27 21:26:55 2019 -0800 +++ b/index.html Sat Dec 28 02:01:23 2019 -0800 @@ -1,11 +1,10 @@ <!DOCTYPE html> <html> - <body> - <h1>streamed-graph demo</h1> - <script type="module" src="./build/bundle.js"></script> - <streamed-graph - url="http://bang5:9075/graph/events" - expanded="true" - ></streamed-graph> - </body> -</html> + +<body> + <h1>streamed-graph demo</h1> + <script type="module" src="./build/bundle.js"></script> + <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph> +</body> + +</html> \ No newline at end of file