Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<body style="background-color: green">
<script>
window.requestAnimationFrame(function(ts) {
window.portalHost.postMessage("loaded");
});
</script>
</body>