example.arc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. filedesc://live-web-example.arc.gz 127.0.0.1 20140216050221 text/plain 75
  2. 1 0 LiveWeb Capture
  3. URL IP-address Archive-date Content-type Archive-length
  4. http://example.com/ 93.184.216.119 20140216050221 text/html 1591
  5. HTTP/1.1 200 OK
  6. Accept-Ranges: bytes
  7. Cache-Control: max-age=604800
  8. Content-Type: text/html
  9. Date: Sun, 16 Feb 2014 05:02:20 GMT
  10. Etag: "359670651"
  11. Expires: Sun, 23 Feb 2014 05:02:20 GMT
  12. Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT
  13. Server: ECS (sjc/4FCE)
  14. X-Cache: HIT
  15. x-ec-custom-error: 1
  16. Content-Length: 1270
  17. <!doctype html>
  18. <html>
  19. <head>
  20. <title>Example Domain</title>
  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. div {
  32. width: 600px;
  33. margin: 5em auto;
  34. padding: 50px;
  35. background-color: #fff;
  36. border-radius: 1em;
  37. }
  38. a:link, a:visited {
  39. color: #38488f;
  40. text-decoration: none;
  41. }
  42. @media (max-width: 700px) {
  43. body {
  44. background-color: #fff;
  45. }
  46. div {
  47. width: auto;
  48. margin: 0 auto;
  49. border-radius: 0;
  50. padding: 1em;
  51. }
  52. }
  53. </style>
  54. </head>
  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>