| <html> | |
| <head> | |
| <script> | |
| function setCookie() { | |
| document.cookie = '__Host-name=partitioned; Secure; Path=/; SameSite=None; Partitioned;'; | |
| document.cookie = 'name=3PC; Secure; SameSite=None;'; | |
| } | |
| </script> | |
| </head> | |
| <body onload="setCookie();"> | |
| </body> | |
| </html> |