Mercurial Hosting > linkmystyle
annotate src/private/tools/error.html @ 0:8f4df159f06b
start public repo
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 11 Jul 2025 20:57:49 -0600 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <!doctype html> |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 5 <script src=/site.js></script> | |
| 6 <script> | |
| 7 function err() { | |
| 8 //qqq(); | |
| 9 ajax('/qqq'); | |
| 10 } | |
| 11 </script> | |
| 12 </head> | |
| 13 <body> | |
| 14 <button onclick="err()">error</button> | |
| 15 </body> | |
| 16 </html> |
