blob: edc004ad1081b2d74d649834fa8f2de8c0315182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<meta charset=UTF-8>
</head>
<body>
<script>
parent.postMessage(document.cookie, "*");
</script>
</body>
</html>
|