diff options
Diffstat (limited to 'ui/index.html')
-rw-r--r-- | ui/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/index.html b/ui/index.html index ae263f3..07c4141 100644 --- a/ui/index.html +++ b/ui/index.html @@ -110,6 +110,13 @@ </script> </div> </details> + + <details> + <summary>WebSocket Demo</summary> + <div class="websocket_demo"> + <button onclick="api.msg.send.helloWorld()">Hello World!</button> + </div> + </details> </div> <div class="section notifications" id="sectionNotifications"> |