file_TLD.html 140 B

12345678
  1. <!DOCTYPE html>
  2. <script>
  3. function report() {
  4. window.parent.postMessage(document.characterSet, "*");
  5. }
  6. </script>
  7. <body onload="report();">