fediblock-instance/public/index.html

77 lines
3.3 KiB
HTML
Raw Normal View History

2024-09-15 17:44:53 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Fediblock Instance Φ</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name="description" content="Fediblock Instance Φ - Search in public instances - API docs - Git">
<meta name="keywords" content="Fediblock, Fediblock Instance, Fediblock Instance Φ, Free, FreeSoftware">
<meta property="og:title" content="Fediblock Instance Φ">
<meta property="og:type" content="service">
<meta property="og:image" content="favicon.ico">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='loaders.css'>
<script src='random-text.js'></script>
<script src='../node_modules/html2canvas/dist/html2canvas.min.js'></script>
<script src='../node_modules/dayjs/dayjs.min.js'></script>
<script type="module">
import relativeTime from '../node_modules/dayjs/plugin/relativeTime'
dayjs.extend(relativeTime)
</script>
<script src='main.js'></script>
</head>
<body>
<h1><a href="/" id="title">Fediblock Instance &#934;</a></h1>
<h4>
<p id="bounce">&nbsp;</p>
</h4>
<h3>Search in <a href="/api/stats" target="_blank"><span id="count"></span></a> public instances<span id="apigit"> -
<a href="api-docs" target="_blank">API docs</a> - <a
2024-09-15 18:36:55 +00:00
href="https://git.manalejandro.com/ale/fediblock-instance" target="_blank">Git</a></span></h3>
2024-09-15 17:44:53 +00:00
<section>
<input type="text" id="instance" name="instance" placeholder="Type the name of the instance" />
<button id="reverse" title="Reverse search...">Reverse</button>
<div id="placeholder"></div>
<div id="loader-content">
<div id="loader">
<div id="load"></div>
</div>
</div>
<ul id="instancelist"></ul>
</section>
<div>
<span id="scan"></span>
</div>
<hr />
<footer>Served <span id="served">0</span> times - Last scan <span id="lastscan">0</span> peers of <span
id="server"></span><br />
Total scanned <span id="instances">0</span> instances with <span id="peers">0</span> peers - <span
id="created">0</span> created - <span id="updated">0</span>
updated<br />
by <a href="https://about.manalejandro.com" target="_blank">ale</a> &copy;2024 - <a id="matrix"
href="/?matrix">matrix off</a></footer>
<div id="modal">
<div class="modal-content">
<div class="modal-header">
<span id="closemodal" title="Close">&times;</span>
<a id="capture" title="Take snapshot">&#128247;</a>
<a id="download" title="Download fediblock CSV mastodon file">&#8681;</a>
<h2>Blocked List</h2>
</div>
<div class="modal-body">
<p>
<span id="blockcount"></span> public instances are block<span id="blockinstance"></span>
<br /><small>(search in <span id="blocktook"></span>ms)</small>
</p>
<ul id="blocklist"></ul>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</body>
</html>