diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 19:23:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 19:23:03 +0200 |
commit | c254a5b100b9ea011dc35b4079ce184e5c842135 (patch) | |
tree | 131fbe13410fd535cff266b0f6bf596b1d493f99 /htdocs/audio-logic.html | |
parent | e61a5dbfe08fb96a1d293f5ca7fffe8b693ecaf8 (diff) |
Adding control panel sample HTML5 UI
Change-Id: Id7cb7e3f1a817000c9054139922bdf9e3e21a0a8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'htdocs/audio-logic.html')
-rw-r--r-- | htdocs/audio-logic.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/audio-logic.html b/htdocs/audio-logic.html new file mode 100644 index 0000000..c31282a --- /dev/null +++ b/htdocs/audio-logic.html @@ -0,0 +1,9 @@ +<html> +<head> + <title>High Level API Simple Test Page</title> + + <script type="text/javascript" src="AFB-websock.js"></script> + <script type="text/javascript" src="AudioBinding.js"></script> +</head> + +ToBeDone
\ No newline at end of file |