hospices

"url": "https://quack.social/notes/a4ucj8kkqw1m024w", "account": { "id": "a196a0anrkhg0fju", "username": "nex", "acct": "nex@icenet.cyan.gay", "url": "https://icenet.cyan.gay/@nex" } ], "bot": false, "discoverable": true }, { "clearnet": "https://search.pabloferreiro.es/", "tor": null, "i2p": null, "country": "NL", "librey": true }, { "name": "meow", "value": "<span>nyaa</span>", "verified_at": null } ] } <?php require_once "misc/header.php"; $opts = load_opts(); function print_page_buttons($type, $query, $page) { if ($type > 1) return; echo "<div class="next-page-button-wrapper">"; if ($page != 0) { print_next_page_button("&lt;&lt;", 0, $query, $type); } for ($i=$page / 10; $page / 10 + 10 > $i; $i++) print_next_page_button($i + 1, $i * 10, $query, $type); echo "</div>"; } ?> <title> <?php echo $opts->query; ?> - <?php printtext("page_title");?></title> </head> <body> <form