-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 3.07 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>SafeTor</title>
<meta charset="utf-8">
<link rel="icon" href="https://www.flaticon.com/svg/static/icons/svg/732/732137.svg" type="image/svg" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Average+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<title>SAFE-TOR API</title>
</head>
<body>
<nav class="navbar navbar-light bg-success" >
<div class="container">
<a class="navbar-brand" href="#" style="font-family: 'Fredoka One', cursive;"> <img src="https://www.flaticon.com/svg/static/icons/svg/732/732137.svg" alt="" width="30" height="30"class="d-inline-block align-top"/> SafeTor API</a>
</div>
</nav>
<div class="container mt-4 justify-content-center text-justified ">
<h2 class="container" style="font-size: 3.5rem; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Welcome to TheSafeTor API (μ)</h2>
<h3 class="container pt-2" style="font-family: 'Average Sans', sans-serif;font-size: 2rem;color: darkslategray;">You can literally search any torrent file with the direct magnet link without even visiting them😇...<br></h3>
<h5 class="container pt-2" style="font-size: 2rem;color: grey;">Use the following path to use API </h5>
<div class="container mt-4 text-justified" style="font-family: 'Average Sans', sans-serif; font-size: 1.5rem;">
<li><b>To search anything:</b> "/search/{searchText}"<br></li>
</div>
<h5 class="container pt-4" style="font-size: 2rem;color: grey;">Response Example </h5>
<div class="container mt-4 text-justified" style="font-family: 'Average Sans', sans-serif; font-size: 1.5rem;">
<div class="highlight highlight-source-groovy"><pre>
[
.
.
{
"title": "Jumanji.The.Next.Level.2019.1080p.BluRay.x264.AAC5.1",
"seeds": "728",
"leeches": "88",
"size": "2.19GB",
"magnet": "magnet:?xt=urn:btih:6C595A5EABDEB86650D4A57B570578F19AEBCCB5"
}
.
.
]
</pre></div>
</div>
</div>
<div class="container-xl alert alert-success mt-5">
Made by <strong>MrKayDev </strong>|| Visit <a href="https://github.com/KapilYadav-dev">Github</a> for more projects.
</div>
</body>
</html>