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

16 lines
395 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Show Cookie | Web Under the Hood</title>
</head>
<body>
<h1>
Show Cookies
<!--BLINK-->
</h1>
<p>The server received the following cookies from the browser:</p>
<pre><!--COOKIES--></pre>
</body>
</html>