brozzler/tests/htdocs/site12/with_request.html
2025-08-28 15:25:59 -03:00

10 lines
137 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
setTimeout(() => {
return fetch("/sleep-3s");
}, 1000);
</script>
</body>
</html>