blob: 2ac9043af742a05dd6cad28833fb4bbc25b2fe90 [file] [log] [blame] [edit]
<!DOCTYPE html>
<script>
(async () => {
const response = await fetch("viewport.py");
const body = await response.text();
parent.postMessage(body, "*");
})();
</script>