comparison 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
comparison
equal deleted inserted replaced
33:b82c05e22d9a 34:3d8b98e9c01d
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <h1>streamed-graph demo</h1> 4 <h1>streamed-graph demo</h1>
5 5 <script type="module" src="./build/bundle.js"></script>
6 <script src="./build/bundle.js"></script> 6 <streamed-graph
7 <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph> 7 url="http://bang5:9075/graph/events"
8 </body> 8 expanded="true"
9 ></streamed-graph>
10 </body>
9 </html> 11 </html>