403352.html (257B)
1 <html> 2 <head> 3 <script> 4 function bounce() 5 { 6 var b = document.body; 7 var de = document.documentElement; 8 de.removeChild(b); 9 de.appendChild(b); 10 } 11 </script> 12 </head> 13 <body onload="bounce();" style="font-size: 10000%;"> ‏x͝</body> 14 </html>