annotate index.html @ 47:7d17a02b5ae0

reformats and minor edits
author drewp@bigasterisk.com
date Mon, 06 Jan 2020 23:52:30 -0800
parents 29d8ed02a275
children b8e5850acca0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@localhost
parents:
diff changeset
1 <!DOCTYPE html>
drewp@localhost
parents:
diff changeset
2 <html>
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
3
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
4 <body>
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5 <h1>streamed-graph demo</h1>
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6 <script type="module" src="./build/bundle.js"></script>
47
7d17a02b5ae0 reformats and minor edits
drewp@bigasterisk.com
parents: 35
diff changeset
7 <streamed-graph url="http://bang:9075/graph/events" expanded="true"></streamed-graph>
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
8 </body>
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
10 </html>