Mercurial > code > home > repos > streamed-graph
diff index.html @ 34:3d8b98e9c01d
building, but without jsonld so far
author | drewp@bigasterisk.com |
---|---|
date | Fri, 27 Dec 2019 21:26:55 -0800 |
parents | b82c05e22d9a |
children | 29d8ed02a275 |
line wrap: on
line diff
--- a/index.html Tue Dec 24 20:30:27 2019 -0800 +++ b/index.html Fri Dec 27 21:26:55 2019 -0800 @@ -1,9 +1,11 @@ <!DOCTYPE html> <html> - <body> - <h1>streamed-graph demo</h1> - - <script 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 + <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>