view service/shuttlepro/index.html @ 1463:2452dd87aa9c

release 0.9.0 Ignore-this: cd9ac6c22e35bce9d647edd85ab75acd darcs-hash:ee94646423f37369ac319ecce7a49cb108ecada4
author drewp <drewp@bigasterisk.com>
date Sun, 24 Nov 2019 00:02:42 -0800
parents 9bb3eac740f0
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf8">
    <style>
      pre {
        font-family: sans-serif;
        font-size: 75%;
      }
      </style>
  </head>
  <body>
    <h1>shuttlepro</h1>

    <div class="connectionDiagram"><a href="#">host slash</a> → <a href="#">shuttlepro in living room</a></div>

    <p>pics</p>

    <section>
      <h2>Current state</h2>
      <pre data-bind="text: current"></pre>
      <button data-bind="click: refreshGraph">Refresh</button>
    </section>
    <script src="//bigasterisk.com/lib/jquery-2.0.3.min.js"></script>
    <script src="//bigasterisk.com/lib/knockout-2.3.0.js"></script>
    <script src="gui.js"></script>
    
  </body>
</html>