annotate index.html @ 0:a9bc14e22e36

start
author drewp@localhost
date Tue, 03 Dec 2019 21:27:52 -0800
parents
children 6fefd287aff9
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>
drewp@localhost
parents:
diff changeset
3 <body>
drewp@localhost
parents:
diff changeset
4 <h1>streamed-graph demo</h1>
drewp@localhost
parents:
diff changeset
5
drewp@localhost
parents:
diff changeset
6 <script src="./build/streamed-graph.bundle.js"></script>
drewp@localhost
parents:
diff changeset
7 <streamed-graph url="something"></streamed-graph>
drewp@localhost
parents:
diff changeset
8 </body>
drewp@localhost
parents:
diff changeset
9 </html>