blob: 320ed1fe0d144fef2c41833dd920843f85fc9f3a (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<title>��� ���� ��������� ��������</title>
<script>
function report() {
window.parent.postMessage(document.characterSet, "*");
}
</script>
<body onload="report();">
<p>��� ���� ��������� ��������.</p>
|