Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<script>
function bounce()
{
var b = document.body;
var de = document.documentElement;
de.removeChild(b);
de.appendChild(b);
}
</script>
</head>
<body onload="bounce();" style="font-size: 10000%;">&#8239;&rlm;x&#861;</body>
</html>