2017-10-04 15:07:48 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>magneticow</title>
|
|
|
|
<link rel="stylesheet" href="static/styles/reset.css">
|
|
|
|
<link rel="stylesheet" href="static/styles/essential.css">
|
|
|
|
<link rel="stylesheet" href="static/styles/homepage.css">
|
|
|
|
<!-- <script src="script.js"></script> -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2017-11-03 00:15:13 +01:00
|
|
|
<div><b>magnetico<sup>w</sup></b>​<sub>(pre-alpha)</sub></div>
|
2017-10-04 15:07:48 +02:00
|
|
|
<form action="/torrents" method="get" autocomplete="off" role="search">
|
2018-04-25 22:33:50 +02:00
|
|
|
<input type="search" name="query" placeholder="Search the BitTorrent DHT" autofocus>
|
2017-10-04 15:07:48 +02:00
|
|
|
</form>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
2018-04-25 22:33:50 +02:00
|
|
|
~{{ comma .NTorrents }} torrents available (see the <a href="/statistics">statistics</a>).
|
2017-10-04 15:07:48 +02:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|