1578282.html (457B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 function onload() { 5 document.documentElement.style.display = "none" 6 document.documentElement.getBoundingClientRect() 7 document.documentElement.style.display = "" 8 window.setTimeout(() => { 9 document.documentElement.removeAttribute("class"); 10 }, 1000); 11 } 12 </script> 13 </head> 14 <body onload="onload()"> 15 <marquee style="display: inline-grid"> 16 <video></video> 17 <bgsound></bgsound> 18 < 19 </marquee> 20 </body> 21 </html>