Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ telnet 93.184.216.34 80
  2. Trying 93.184.216.34...
  3. Connected to 93.184.216.34.
  4. Escape character is '^]'.
  5. GET / HTTP/1.1
  6. Host: www.example.com
  7.  
  8. HTTP/1.1 200 OK
  9. Cache-Control: max-age=604800
  10. Content-Type: text/html; charset=UTF-8
  11. Date: Sat, 19 Oct 2019 20:25:38 GMT
  12. Etag: "3147526947+gzip+ident"
  13. Expires: Sat, 26 Oct 2019 20:25:38 GMT
  14. Last-Modified: Thu, 17 Oct 2019 07:18:26 GMT
  15. Server: ECS (agb/5386)
  16. Vary: Accept-Encoding
  17. X-Cache: HIT
  18. Content-Length: 1256
  19.  
  20. <!doctype html>
  21. <html>
  22. <head>
  23. <title>Example Domain</title>
  24.  
  25. <meta charset="utf-8" />
  26. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  27. <meta name="viewport" content="width=device-width, initial-scale=1" />
  28. <style type="text/css">
  29. body {
  30. background-color: #f0f0f2;
  31. margin: 0;
  32. padding: 0;
  33. font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  34.  
  35. }
  36. div {
  37. width: 600px;
  38. margin: 5em auto;
  39. padding: 2em;
  40. background-color: #fdfdff;
  41. border-radius: 0.5em;
  42. box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
  43. }
  44. a:link, a:visited {
  45. color: #38488f;
  46. text-decoration: none;
  47. }
  48. @media (max-width: 700px) {
  49. div {
  50. margin: 0 auto;
  51. width: auto;
  52. }
  53. }
  54. </style>
  55. </head>
  56.  
  57. <body>
  58. <div>
  59. <h1>Example Domain</h1>
  60. <p>This domain is for use in illustrative examples in documents. You may use this
  61. domain in literature without prior coordination or asking for permission.</p>
  62. <p><a href="https://www.iana.org/domains/example">More information...</a></p>
  63. </div>
  64. </body>
  65. </html>
  66. ^CConnection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement