diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-08 19:07:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-08 19:07:08 +0200 |
commit | c443ee613b0ece6f66288f718fadcc3b00797a5e (patch) | |
tree | 2c495d75ed74e36a18875b7954a2170104568f20 /ui/index.html | |
parent | dcdb47f24057f42b600856064ab2e45ac252f9dd (diff) |
implement SOS dialog
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"> |