Mercurial Hosting > lang
diff src/private/tools/error.html @ 63:3d9903900a71
logging
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 19 Aug 2025 09:29:54 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/private/tools/error.html Tue Aug 19 09:29:54 2025 +0900 @@ -0,0 +1,16 @@ +<!doctype html> +<html lang="en"> + <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>