diff options
Diffstat (limited to 'conf.d/project/htdocs/index.html')
-rw-r--r-- | conf.d/project/htdocs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 9a7d66f..3593d11 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -1,15 +1,15 @@ <html> <head> <title>Simple COntroller Test</title> - <link rel="stylesheet" href="AudioBinding.css"> + <link rel="stylesheet" href="TestBinding.css"> <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="AudioBinding.js"></script> + <script type="text/javascript" src="TestBinding.js"></script> </head> <body onload="init('hal_registry','alsacore', 'hallist')"> <h1>Simple Control Test</h1> - <button id="connected" onclick="init()">Binder WS Fail</button> + <button id="connected" onclick="init()">Binder WS Fail</button> <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_ctl')">Debug/Monitoring</a></button> <br><br> |