annotate service/shuttlepro/index.html @ 1346:f54660b33a24

release 0.3.0 Ignore-this: 24ef128b3e09333e2ed61b04e04b479a darcs-hash:512129e12304545dcc5e22a840c3910d258e5221
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:01:04 -0700
parents 9bb3eac740f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
935
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 <!DOCTYPE html>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
2 <html>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
3 <head>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4 <meta charset="utf8">
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
5 <style>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 pre {
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 font-family: sans-serif;
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
8 font-size: 75%;
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
9 }
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
10 </style>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
11 </head>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
12 <body>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
13 <h1>shuttlepro</h1>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
14
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
15 <div class="connectionDiagram"><a href="#">host slash</a> → <a href="#">shuttlepro in living room</a></div>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
16
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
17 <p>pics</p>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
18
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
19 <section>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
20 <h2>Current state</h2>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
21 <pre data-bind="text: current"></pre>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
22 <button data-bind="click: refreshGraph">Refresh</button>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
23 </section>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
24 <script src="//bigasterisk.com/lib/jquery-2.0.3.min.js"></script>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
25 <script src="//bigasterisk.com/lib/knockout-2.3.0.js"></script>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
26 <script src="gui.js"></script>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
27
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
28 </body>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
29 </html>
9bb3eac740f0 new shuttlepro web service with /graph
drewp <drewp@bigasterisk.com>
parents:
diff changeset
30