-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·311 lines (249 loc) · 12.2 KB
/
index.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="baidu-site-verification" content="iWKi8BD7Fl"/>
<title>TorrSE Website,TorrSE App</title>
<meta name="description"
content="The best torrent search client on Android! Focus on the simplest, most convenient and powerful torrent search client!">
<meta property="og:type" content="webpage">
<meta property="og:url" content="">
<meta property="og:title" content="TorrSE">
<meta property="og:description" content="TorrSE Website">
<meta name="apple-mobile-web-app-title" content="TorrSE">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="google-site-verification" content="iH80ciKal7PM5d-EFeOZSfqUhv0gIzuuDfhSXuZcqxw"/>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133439120-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-133439120-1');
</script>
<link rel="shortcut icon" href="/static/appwebsite/favicon.ico"/>
<link rel="stylesheet" href="/static/appwebsite/bootstrap.min.css" charset="UTF-8">
<link rel="stylesheet" href="/static/appwebsite/animate.css" charset="UTF-8">
<!--<link rel="stylesheet" href="./appwebsite/fontawesome.min.css" charset="UTF-8">-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous">
<link rel="stylesheet" href="/static/appwebsite/magnific-popup.css" charset="UTF-8">
<link rel="stylesheet" href="/static/appwebsite/owl.theme.css" charset="UTF-8">
<link rel="stylesheet" href="/static/appwebsite/owl.carousel.css" charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Unica+One" rel="stylesheet" type="text/css"
charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700"
rel="stylesheet" type="text/css" charset="UTF-8">
<!-- Main css -->
<link rel="stylesheet" href="/static/appwebsite/style.css" charset="UTF-8">
<script type="text/javascript">
var langType = navigator.appName;
if (langType == "Netscape") {
var lang = navigator.language;
} else {
var lang = navigator.userLanguage;
}
;
var lang = lang.substr(0, 2);
if (lang == "es") {
window.location.replace('https://seedboxs.me/lang/es/index.html');
} else if (lang == "de") {
window.location.replace('https://seedboxs.me/lang/de/index.html');
} else if (lang == "fr") {
window.location.replace('https://seedboxs.me/lang/fr/index.html');
} else if (lang == "pt") {
window.location.replace('https://seedboxs.me/lang/pt/index.html');
} else if (lang == "zh") {
window.location.replace('https://seedboxs.me/lang/zh-tw/index.html');
} else if (lang == "it") {
window.location.replace('https://seedboxs.me/lang/it/index.html');
} else if (lang == "ko") {
window.location.replace('https://seedboxs.me/lang/ko/index.html');
} else if (lang == "ja") {
window.location.replace('https://seedboxs.me/lang/ja/index.html');
}
var element = document.element(event.x, event.y);
var innerHTML = element.innerHTML;
var text = element.text;
</script>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<div class="adcenter">
<script src="/static/appwebsite/ggad2_728x90.js"></script>
</div>
<!-- PRE LOADER -->
<div class="preloader" style="display: none;">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Navigation Section -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><span>Torr</span>SE</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class=""><a href="#home" class="smoothScroll">Main</a></li>
<li class=""><a href="#screenshot" class="smoothScroll">Screenshot</a></li>
<li class=""><a href="#pricing" class="smoothScroll">Download</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="main">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-6 col-sm-5 col-xs-10 col-xs-offset-1 col-sm-offset-0 animated"
data-wow-delay="0.2s"
style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;">
<img src="/static/appwebsite/home-img.png" class="img-responsive" alt="Home">
</div>
<div class="col-md-6 col-sm-7 col-xs-12">
<div class="home-thumb">
<h1 class="wow fadeInUp animated" data-wow-delay="0.6s"
style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;">
App Main</h1>
<p class="wow fadeInUp animated" data-wow-delay="0.8s"
style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInUp;">
The best torrent search client on Android! Focus on the simplest, most
convenient and powerful torrent search client!</p>
<a href="#pricing"
class="wow fadeInUp section-btn btn btn-success smoothScroll animated"
style="visibility: visible; animation-delay: 1s; animation-name: fadeInUp;">App
Download</a>
</div>
</div>
</div>
</div>
</section>
<!--</section>-->
<section id="screenshot">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title">
<h1>App Screenshot</h1>
<p class="wow fadeInUp" data-wow-delay="0.8s">Here is a screenshot of the app
that contains the main features of this app</p>
</div>
</div>
<!-- Screenshot Owl Carousel -->
<div id="screenshot-carousel" class="owl-carousel">
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img1.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img1.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img2.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img2.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img3.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img3.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img4.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img4.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img5.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img5.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img6.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img6.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img7.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img7.png" class="img-responsive"
alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="/static/appwebsite/screenshot-img8.png" class="image-popup">
<img src="/static/appwebsite/screenshot-img8.png" class="img-responsive"
alt="screenshot">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Download Section -->
<section id="pricing">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h1>App Downloads</h1>
<hr>
</div>
</div>
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="0.4s">
<a href="https://play.google.com/store/apps/details?id=com.torrentsearch.magnetsearch"
class="wow fadeInUp section-btn btn btn-success smoothScroll animated"
data-wow-delay="1s"
style="visibility: visible; animation-delay: 1s; animation-name: fadeInUp;">Google
Play</a>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6">
<div class="wow fadeInUp footer-copyright animated" data-wow-delay="0.4s"
style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInUp;">
<p>©2019 SeedBoxs All Rights Reserved</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<ul class="wow fadeInUp social-icon animated" data-wow-delay="0.8s"
style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInUp;">
</ul>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="/static/appwebsite/jquery.js"></script>
<script src="/static/appwebsite/bootstrap.min.js"></script>
<script src="/static/appwebsite/jquery.magnific-popup.min.js"></script>
<script src="/static/appwebsite/magnific-popup-options.js"></script>
<script src="/static/appwebsite/owl.carousel.min.js"></script>
<script src="/static/appwebsite/smoothscroll.js"></script>
<script src="/static/appwebsite/wow.min.js"></script>
<script src="/static/appwebsite/custom.js"></script>
</body>
</html>