annotate index.html @ 50:1264ba9ffb10
make a full-element version for pages that want to try to use that
author |
drewp@bigasterisk.com |
date |
Thu, 09 Jan 2020 00:33:16 -0800 |
parents |
b8e5850acca0 |
children |
0c188ed3bcd8 |
rev |
line source |
0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
48
|
3 <body>
|
|
4 <h1>streamed-graph demo</h1>
|
|
5 <script type="module" src="./build/demo.js"></script>
|
|
6 <dom-bind>
|
|
7 <template>
|
|
8 <streamed-graph
|
|
9 url="http://bang:9075/graph/events"
|
|
10 expanded="true"
|
|
11 ></streamed-graph>
|
|
12 </template>
|
|
13 </dom-bind>
|
|
14 </body>
|
|
15 </html>
|