magnetico/cmd/magneticow/data/templates/homepage.html

24 lines
743 B
HTML
Raw Normal View History

<!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>&#8203;<sub>(pre-alpha)</sub></div>
<form action="/torrents" method="get" autocomplete="off" role="search">
<input type="search" name="query" placeholder="Search the BitTorrent DHT" autofocus>
</form>
</main>
<footer>
~{{ comma .NTorrents }} torrents available (see the <a href="/statistics">statistics</a>).
</footer>
</body>
</html>