P2B-WEB-2026_2025/block-01/week-01-the_web_under_the_hood/demo/delay.html

15 lines
354 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delayed Response | Web Under the Hood</title>
</head>
<body>
<h1>
Delayed Response
<!--BLINK-->
</h1>
<p>This response was delayed by 5 seconds.</p>
</body>
</html>