cookieSetterPage.html (96B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <script> document.cookie = "foo=bar"; </script> 5 </body> 6 </html>