view src/private/tools/error.html @ 120:d7e143175d9f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 05 Dec 2025 09:05:55 -0700
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>