Update README.md
Browse files
README.md
CHANGED
@@ -456,4 +456,58 @@ application/feed+json; charset=UTF-8|1
|
|
456 |
application/atom+xml;profile=opds|1
|
457 |
None|1
|
458 |
.png|1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
```
|
|
|
456 |
application/atom+xml;profile=opds|1
|
457 |
None|1
|
458 |
.png|1
|
459 |
+
```
|
460 |
+
|
461 |
+
|
462 |
+
Example row
|
463 |
+
|
464 |
+
```
|
465 |
+
sqlite3 cache.db "SELECT * FROM mirrored_content LIMIT 1;"
|
466 |
+
hash_f0e6a6a97042a4f1f1c87f5f7d44315b2d852c2df5c7991cc66241bf7072d1c4|http://example.com|example.com|200|{"accept-ranges": "bytes", "content-type": "text/html", "etag": "\"84238dfc8092e5d9c0dac8ef93371a07:1736799080.121134\"", "last-modified": "Mon, 13 Jan 2025 20:11:20 GMT", "vary": "Accept-Encoding", "content-encoding": "gzip", "content-length": "648", "date": "Sun, 16 Feb 2025 02:58:01 GMT"}|<!doctype html>
|
467 |
+
<html>
|
468 |
+
<head>
|
469 |
+
<title>Example Domain</title>
|
470 |
+
|
471 |
+
<meta charset="utf-8" />
|
472 |
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
473 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
474 |
+
<style type="text/css">
|
475 |
+
body {
|
476 |
+
background-color: #f0f0f2;
|
477 |
+
margin: 0;
|
478 |
+
padding: 0;
|
479 |
+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
480 |
+
|
481 |
+
}
|
482 |
+
div {
|
483 |
+
width: 600px;
|
484 |
+
margin: 5em auto;
|
485 |
+
padding: 2em;
|
486 |
+
background-color: #fdfdff;
|
487 |
+
border-radius: 0.5em;
|
488 |
+
box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
|
489 |
+
}
|
490 |
+
a:link, a:visited {
|
491 |
+
color: #38488f;
|
492 |
+
text-decoration: none;
|
493 |
+
}
|
494 |
+
@media (max-width: 700px) {
|
495 |
+
div {
|
496 |
+
margin: 0 auto;
|
497 |
+
width: auto;
|
498 |
+
}
|
499 |
+
}
|
500 |
+
</style>
|
501 |
+
</head>
|
502 |
+
|
503 |
+
<body>
|
504 |
+
<div>
|
505 |
+
<h1>Example Domain</h1>
|
506 |
+
<p>This domain is for use in illustrative examples in documents. You may use this
|
507 |
+
domain in literature without prior coordination or asking for permission.</p>
|
508 |
+
<p><a href="/test-fiddle/www.iana.org/domains/example">More information...</a></p>
|
509 |
+
</div>
|
510 |
+
</body>
|
511 |
+
</html>
|
512 |
+
|test-fiddle/example.com|1742266681
|
513 |
```
|