436900-2-inner.html 298 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="refresh" content="0">
  5. <script language="javascript" id="foo+++">
  6. location.hash += "+++";
  7. function done()
  8. {
  9. parent.document.documentElement.removeAttribute("class");
  10. }
  11. </script>
  12. </head>
  13. <body onload="setTimeout(done, 10)">
  14. </body>
  15. </html>