forked from XIU2/TrackersListCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>XIU2/TrackersListCollection</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="Tracker,Trackers,TrackerList,TrackersList,BT,BitTorrent,XIU2,X.I.U,西柚秀,qBittorrent,qBittorrent,BitComet,比特彗星,全网热门Tracker" />
<meta name="description" content="Updated daily! Popular BitTorrent tracker. | 每天更新!全网热门 BT Tracker,有效提高下载速度!" />
<meta name="author" contect="XIU2,X.I.U,西柚秀" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css" title="docsify-darklight-theme" type="text/css" />
<style type="text/css">a {text-decoration:none}
::-webkit-scrollbar {width: 0px;height: 0px}
.markdown-section blockquote p {font-weight: normal;margin-left: 0;}
.markdown-section hr {border-bottom-color: var(--hrColor, #EEEEEE);}
article > img, p > img {opacity: var(--imgOpacity, 1);}
.markdown-section td, .markdown-section th {border-color: var(--tdthBorderColor, #DDDDDD);}
.sidebar {background-color: var(--sidebarBackground, #FFFFFF);}</style>
<script>if(location.href == "https://trackerslist.com/" && window.navigator.language.slice(0, 2) == "zh") {location.href=location.href + "#/zh"}</script>
</head>
<body>
<div id="app">Load...</div>
<script>
window.$docsify={
name:'TrackersList.com',
repo:'XIU2/TrackersListCollection',
loadNavbar:true,
auto2top:true,
noEmoji: true,
themeColor:'#4B93F1',
alias:{'/en': 'README', '/zh': 'README-ZH'},
darklightTheme: {defaultTheme : 'light', dark: {background : '#22272E', sidebarBackground : '#2D333B', codeBackgroundColor : '#2D333B', blockQuoteColor : '#768390', textColor : '#ADBAC7', sidebarSublink: '#768390', accent : '#4285DD', hrColor : '#1B293B', tdthBorderColor : '#4F5964', imgOpacity : 0.7}, light: {sidebarBackground : '#FFFFFF', accent : '#4B93F1', hrColor : '#EEEEEE', tdthBorderColor : '#DDDDDD', imgOpacity : 1}}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
</body>
</html>