aboutsummaryrefslogtreecommitdiff
path: root/ui/index.html
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-23 20:52:45 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-23 20:52:45 +0100
commit848e3ec261348ec44b2b2184efae1d1a14d78cac (patch)
tree69f19fe42bc3f4276e0dfcfe91b738ff0b0571c9 /ui/index.html
parent6f48041c9dd52f4d98c3defec030232aa0bbfeb9 (diff)
move websocket demo to index.html
Diffstat (limited to 'ui/index.html')
-rw-r--r--ui/index.html7
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">