-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 1.97 KB
/
Copy pathindex.html
File metadata and controls
51 lines (49 loc) · 1.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>johncena141 torrent search</title>
<meta name='viewport' content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no'/>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="main.css" rel="stylesheet">
<meta content="johncena141 torrent search" property="og:title">
<meta content="Search johncena141 torrents" property="og:description">
<meta content="https://rayrsn.github.io/JC141-Search/" property="og:url">
<meta content="https://rayr.ml/favicon.ico" property="og:image">
<link rel="shortcut icon" href="https://rayr.ml/favicon.ico" type="image/x-icon">
<meta content="#22232a" data-react-helmet="true" name="theme-color">
</head>
<body>
<div id="title">
JC141
<br>
Torrent Search
</div>
<div id="searchboxparrent">
<div class="search-box">
<input type="text" id="searchbar" placeholder="Search..." autofocus/>
<button type="reset" onclick="clearsearch()"></button>
</div>
</div>
<div id="searchstatus"></div>
<div id="feed-notice">
<p>Note: Feed limited to latest 2000 releases (1337x limitation)</p>
</div>
<script src="search.js"></script>
<ol id="results" style="display: none">
<li class="list-header">
<span class="list-item-header list-header">Name</span>
<span class="list-item-header list-header">URL</span>
<span class="list-item-header list-header">DATE</span>
<span class="list-item-header list-header">SIZE</span>
<span class="list-item-header list-header">SEEDS</span>
<span class="list-item-header list-header">LEECHERS</span>
</li>
</ol>
<div id="made-with">
<a class="made-with-link" href="https://github.com/Rayrsn" target="_blank">Made with 🍑 by Rayr</a>
</div>
</body>
</html>