cookie.html (502B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>Cookie | WebSocket Authentication</title> 5 <link href="style.css" rel="stylesheet"> 6 </head> 7 <body class="test"> 8 <p class="test">[??] Cookie</p> 9 <p class="ok">[OK] Cookie</p> 10 <p class="ko">[KO] Cookie</p> 11 <script src="script.js"></script> 12 <script src="cookie.js"></script> 13 <iframe src="http://localhost:8003/cookie_iframe.html" style="display: none;"></iframe> 14 </body> 15 </html>