diff --git a/test.html b/test.html index 98ba9a1..cf8bfc6 100644 --- a/test.html +++ b/test.html @@ -26,6 +26,14 @@ border: 1px solid #ddd; border-radius: 5px; } + select { + padding: 8px; + margin-right: 10px; + } + input { + padding: 8px; + margin-right: 10px; + } @@ -61,6 +69,33 @@

     
     
+    
+

Simulate Button Click (Webhook)

+

This simulates a button click by sending a request to the webhook endpoint:

+
+ + + + +
+ +

+    
+ +
+

Service Worker Message Monitor

+

Displays messages received from the service worker (client.postMessage):

+
+ + +
+

+    
+ \ No newline at end of file