tests: cleanup sav directory
[nit.git] / tests / sav / curl_http_args1.res
1 Status code : 200
2 Body : <!doctype html>
3 <html>
4 <head>
5     <title>Example Domain</title>
6
7     <meta charset="utf-8" />
8     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
9     <meta name="viewport" content="width=device-width, initial-scale=1" />
10     <style type="text/css">
11     body {
12         background-color: #f0f0f2;
13         margin: 0;
14         padding: 0;
15         font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
16         
17     }
18     div {
19         width: 600px;
20         margin: 5em auto;
21         padding: 50px;
22         background-color: #fff;
23         border-radius: 1em;
24     }
25     a:link, a:visited {
26         color: #38488f;
27         text-decoration: none;
28     }
29     @media (max-width: 700px) {
30         body {
31             background-color: #fff;
32         }
33         div {
34             width: auto;
35             margin: 0 auto;
36             border-radius: 0;
37             padding: 1em;
38         }
39     }
40     </style>    
41 </head>
42
43 <body>
44 <div>
45     <h1>Example Domain</h1>
46     <p>This domain is established to be used for illustrative examples in documents. You may use this
47     domain in examples without prior coordination or asking for permission.</p>
48     <p><a href="http://www.iana.org/domains/example">More information...</a></p>
49 </div>
50 </body>
51 </html>
52