Sha256: 7413fba1430fa12c7bcfea07c696a7af19ec078ad9d8b4e186d0d9fbaa206507
Contents?: true
Size: 596 Bytes
Versions: 25
Compression:
Stored size: 596 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang='en_gb' xml:lang='en_gb' xmlns='http://www.w3.org/1999/xhtml'> <head> <title> Timeout test </title> <meta content='text/html; charset=utf-8' http-equiv='content-type' /> <script type='text/javascript'> //<![CDATA[ function move_on() { window.location = 'non_control_elements.html'; } //]]> </script> </head> <body onload='setTimeout(move_on, 500)'> Wait 3 seconds for the next page. </body> </html>
Version data entries
25 entries across 25 versions & 1 rubygems