summaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: c1aa2b30193b092523e652cf736479088bc735aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%- include('partials/header'); %>

<h1>SneedBay</h1>

<div class="row">
	<div class="col-sm align-self-center">
		<p>Making Torrents Great Again</p>
		<p>SneedBay is a PirateBay indexing tool which facilitates the use of the website through it's api(apibay).</p>
		<p>In order to download and seed the torrents, I recommend either using <a href="https://www.qbittorrent.org/">qBitorrent</a> or <a href="https://transmissionbt.com/">transmission</a> softwares.</p>
		<p><strong>Remember</strong>: Don't be a city slicker and please seed your torrents, otherwise, Al Sneed will pay you a <a href="/visit">visit</a>.</p>
	</div>

	<div class="col-md text-center">
		<a href="static/pdf/ISaiF.pdf">
			<img class="mw-100 w-75 img-fluid rounded" src="static/images/cover.png" alt="Index Cover">
		</a>
	</div>
</div>


<%- include('partials/footer'); %>