6 lines
96 B
HTML
6 lines
96 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script> document.cookie = "foo=bar"; </script>
|
|
</body>
|
|
</html>
|