9 lines
193 B
HTML
9 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<p>This page just set a cookie with the <code>SameSite</code> attribute.</p>
|
|
</body>
|
|
</html>
|