Mercurial Hosting > chat
diff src/private/tools/error.html @ 90:5240c054dcd4
logging
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Mar 2025 18:58:48 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/private/tools/error.html Thu Mar 13 18:58:48 2025 -0600 @@ -0,0 +1,16 @@ +<!doctype html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <script src=/site.js></script> + <script> + function err() { + qqq(); + ajax('/qqq'); + } + </script> + </head> + <body> + <button onclick="err()">error</button> + </body> +</html>