Mercurial Hosting > chat
view src/private/tools/error.html @ 93:d0566cc4a2ac default tip
uploa fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 03 Apr 2025 19:47:48 -0600 |
parents | 5240c054dcd4 |
children |
line wrap: on
line source
<!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>