view index.html @ 46:709e305dbd4f

bug on rdf:type stmts, i think, so I refactored a bunch and now maybe it's more testable and typeable
author drewp@bigasterisk.com
date Sun, 05 Jan 2020 23:54:00 -0800
parents 29d8ed02a275
children 7d17a02b5ae0
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>