diff options
author | pommicket <pommicket@gmail.com> | 2023-06-20 10:44:48 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-06-20 10:44:48 -0400 |
commit | ca561862a0cfb5b6c0745bfb7b05d328676c3bf6 (patch) | |
tree | 8d00105afc0088a167832d74bd89889c570b88ad /index.html | |
parent | 86ea6e549f86656b27f730540058f36f347f9ad1 (diff) |
swizzling, etc.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -171,7 +171,10 @@ </div> <dialog id="error-dialog"> - <pre id="error-message" class="error"></pre> + <pre id="error-message" class="error"></pre><br> + <form method="dialog"> + <button>OK</button> + </form> </dialog> </body> |