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

22 lines
512 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><!--HTTP_STATUS_CODE--> | Web Under the Hood</title>
</head>
<body>
<h1>
Status
<!--HTTP_STATUS_CODE-->
<!--BLINK-->
</h1>
<p>
This response was sent with HTTP status
<!--HTTP_STATUS_CODE-->
(<!--HTTP_STATUS_NAME-->).
</p>
<h2>Headers</h2>
<pre><!--HTTP_HEADERS--></pre>
</body>
</html>