Mercurial > code > home > repos > streamed-graph
annotate index.html @ 48:b8e5850acca0
local demo; styles
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Jan 2020 00:04:45 -0800 |
parents | 7d17a02b5ae0 |
children | 0c188ed3bcd8 |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
48 | 3 <body> |
4 <h1>streamed-graph demo</h1> | |
5 <script type="module" src="./build/demo.js"></script> | |
6 <dom-bind> | |
7 <template> | |
8 <streamed-graph | |
9 url="http://bang:9075/graph/events" | |
10 expanded="true" | |
11 ></streamed-graph> | |
12 </template> | |
13 </dom-bind> | |
14 </body> | |
15 </html> |