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 13X-Original-Url: http://test.example.com/site_map.html 14 15 16<!doctype html> 17<html> 18<head> 19 <title>Example Domain</title> 20 21 <meta charset="utf-8" /> 22 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 23 <meta name="viewport" content="width=device-width, initial-scale=1" /> 24 <style type="text/css"> 25 body { 26 background-color: #f0f0f2; 27 margin: 0; 28 padding: 0; 29 font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 30 31 } 32 div { 33 width: 600px; 34 margin: 5em auto; 35 padding: 50px; 36 background-color: #fff; 37 border-radius: 1em; 38 } 39 a:link, a:visited { 40 color: #38488f; 41 text-decoration: none; 42 } 43 @media (max-width: 700px) { 44 body { 45 background-color: #fff; 46 } 47 div { 48 width: auto; 49 margin: 0 auto; 50 border-radius: 0; 51 padding: 1em; 52 } 53 } 54 </style> 55</head> 56 57<body> 58<div> 59 <h1>Example Domain</h1> 60 <p>This domain is established to be used for illustrative examples in documents. You may use this 61 domain in examples without prior coordination or asking for permission.</p> 62 <p><a href="http://www.iana.org/domains/example">More information...</a></p> 63</div> 64</body> 65</html> 66