annotate index.html @ 78:ea9c9db282d6
automate 'external' list, get all local code to appear in lib.bundle.js
author |
drewp@bigasterisk.com |
date |
Tue, 11 Feb 2020 22:55:24 -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>
|