summaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-11-05 20:40:04 +0000
committerRafael Marçalo <raroma09@gmail.com>2022-11-05 20:40:04 +0000
commitcec82f62825a2ac1ce2ede1ed5cecc72a179ae19 (patch)
tree63d3572d212b45228577a1e701fccf0eb05eef9a /views/index.ejs
parent79033ac8707408f4f7bc0460a732485c5abeec7d (diff)
Deprecated TOR Proxy, apibay blocks it
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.ejs b/views/index.ejs
index f934a13..cf3ad42 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -3,7 +3,7 @@
<div class="text-center mt-5">
<img class="mw-100 w-50 img-fluid" src="static/images/sneedab.gif" alt="info_conver">
<form class="p-4" action="search" method="POST">
- <input type="text" name="search" class="mw-100 w-50 form-control text-bg-dark border-0 shadow text-center m-auto search-bar" placeholder="Search for torrent">
+ <input type="text" name="search" class="mw-100 w-50 form-control text-bg-dark border-0 shadow text-center m-auto mandatory-text-box" placeholder="Search for torrent">
</form>
<p class="text-muted fs-7">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>
</div>