Files
2018-02-02 04:16:08 -05:00

8 lines
140 B
HTML

<!DOCTYPE html>
<script>
function report() {
window.parent.postMessage(document.characterSet, "*");
}
</script>
<body onload="report();">