ae691ada79
I've decided instead to release a minimum viable product for v0.7.0 and get some feedback from the community, and most importantly some motivation as well to be able to keep working on magnetico as it currently feels like a Sisyphean where the development seem to never going to end...
24 lines
753 B
HTML
24 lines
753 B
HTML
<!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>
|
|
<div><b>magnetico<sup>w</sup></b>​<sub>(pre-alpha)</sub></div>
|
|
<form action="/torrents" method="get" autocomplete="off" role="search">
|
|
<input type="search" name="search" placeholder="Search the BitTorrent DHT" autofocus>
|
|
</form>
|
|
</main>
|
|
|
|
<footer>
|
|
~{{ "{:,}".format(n_torrents) }} torrents available (see the <a href="/statistics">statistics</a>).
|
|
</footer>
|
|
</body>
|
|
</html>
|