view 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 source

<!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>