1HTTP/1.1 200 OK 2Date: Tue, 28 Aug 2012 15:08:56 GMT 3Server: Apache/2.2.3 (CentOS) 4X-Powered-By: PHP/5.1.6 5Set-Cookie: bblastvisit=1346166536; expires=Wed, 28-Aug-2013 15:08:56 GMT; path=/; domain=.nasioc.com 6Set-Cookie: bblastactivity=0; expires=Wed, 28-Aug-2013 15:08:56 GMT; path=/; domain=.nasioc.com 7Expires: 0 8Cache-Control: private, post-check=0, pre-check=0, max-age=0 9Pragma: no-cache 10X-UA-Compatible: IE=7 11Connection: close 12Content-Type: text/html; charset=ISO-8859-1 13 14<!doctype html> 15<html> 16<head> 17 <title>Example Domain</title> 18 19 <meta charset="utf-8" /> 20 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 21 <meta name="viewport" content="width=device-width, initial-scale=1" /> 22 <style type="text/css"> 23 body { 24 background-color: #f0f0f2; 25 margin: 0; 26 padding: 0; 27 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 28 29 } 30 div { 31 width: 600px; 32 margin: 5em auto; 33 padding: 50px; 34 background-color: #fff; 35 border-radius: 1em; 36 } 37 a:link, a:visited { 38 color: #38488f; 39 text-decoration: none; 40 } 41 @media (max-width: 700px) { 42 body { 43 background-color: #fff; 44 } 45 div { 46 width: auto; 47 margin: 0 auto; 48 border-radius: 0; 49 padding: 1em; 50 } 51 } 52 </style> 53</head> 54 55<body> 56<div> 57 <h1>Example Domain</h1> 58 <p>This domain is established to be used for illustrative examples in documents. You may use this 59 domain in examples without prior coordination or asking for permission.</p> 60 <p><a href="http://www.iana.org/domains/example">More information...</a></p> 61</div> 62</body> 63</html> 64