Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
html {
display: table;
border-right: solid;
}
head { display: inline; }
body { direction: rtl; }
</style>
<body></body>
<script>
requestAnimationFrame(() => requestAnimationFrame(() => document.body.remove()));
</script>