Mercurial > code > home > repos > streamed-graph
diff index.html @ 0:a9bc14e22e36
start
author | drewp@localhost |
---|---|
date | Tue, 03 Dec 2019 21:27:52 -0800 |
parents | |
children | 6fefd287aff9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Tue Dec 03 21:27:52 2019 -0800 @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body> + <h1>streamed-graph demo</h1> + + <script src="./build/streamed-graph.bundle.js"></script> + <streamed-graph url="something"></streamed-graph> + </body> +</html> \ No newline at end of file