Sha256: 0d506fbc1781810a39c112093b9a1f504f3a2e95343be58a50eaa646366830fe
Contents?: true
Size: 865 Bytes
Versions: 11
Compression:
Stored size: 865 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" xml:lang='en' xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content= "HTML Tidy for Mac OS X (vers 1st July 2004), see www.w3.org" /> <title>Hello World</title> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=us-ascii" http-equiv= "Content-Type" /> <script type='text/javascript'> //<![CDATA[ document.write("<script>"); document.write("var foo = \'hello world\'"); document.write("<\/script>"); //]]> </script> </head> <body> <h1>hello world!</h1> <div><!-- note div not closed properly --> <ul> <li>item 1</li> <li>item 2</li> <li>item 3 <a href='another/page.html'>link</a> to another page!</li> </ul> </div> </body> </html>
Version data entries
11 entries across 11 versions & 2 rubygems