Mercurial > code > home > repos > homeauto
view service/shuttlepro/index.html @ 454:ccde9f432e4e
WIP speechmusic to load from http, but pulseaudio out is broken
Ignore-this: 28a41741b1f33114348f5ec6e7b4bef9
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 Apr 2019 13:51:54 -0700 |
parents | 57ae7dc0f417 |
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>