diff options
Diffstat (limited to 'ui/index.html')
-rw-r--r-- | ui/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/index.html b/ui/index.html index 0da8172..df66853 100644 --- a/ui/index.html +++ b/ui/index.html @@ -10,6 +10,10 @@ </head> <body> + <dialog id="sosDialog"> + <h1>SOS!!!</h1> + <button value="false" onclick="api.msg.send.sos(this)">stop!!</button> + </dialog> <div class="container"> <div class="section overview_control"> |