Add page for tracker
This commit is contained in:
parent
7261acd2f2
commit
7464d5ef0b
56
css/fonts.css
Normal file
56
css/fonts.css
Normal file
@ -0,0 +1,56 @@
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
21
css/style.css
Normal file
21
css/style.css
Normal file
@ -0,0 +1,21 @@
|
||||
html{background:url(https://neckbeard.xyz/media/4dbe80b15103267c727f0ff2c4ea90e911abde8966c5993a5f1c10ba431634be.jpg?name=neon_city.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
|
||||
.d{background-color:#FCFEFE;border:0 solid #000000;border-radius:20px;box-shadow:1px -1px 16px #DCE5F2;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:12px;margin:18% auto auto;padding:7px 25px 18px;color: #503a50;width:444px}
|
||||
.tracker {border-radius:4px;box-shadow:0 0 150px #E3D6F7;color:#485d88;font-size:16px;margin:0px 0px 10px 0px;text-align:center;width:auto;padding:10px 0px 10px 0px;}
|
||||
.adiv{margin:25px 5px 15px 5px;}
|
||||
.l{text-shadow:0px 0px 10px #485d88ab;}
|
||||
.hh{text-align:center;margin-left:30px;margin-right:30px;text-shadow:0px 0px 10px #d4afd4;color:#9b7d8c;font-size:30px}
|
||||
.img{display:block;margin-left:auto;margin-right:auto;width:50%;}
|
||||
#torrents > a > img{opacity:0.8;box-shadow:0 0 6px #DCE5F2}
|
||||
#torrents > a > img:hover{opacity:1}
|
||||
#torrents > a:hover{opacity:1;}
|
||||
#torrents > a{opacity:0.5;}
|
||||
a:link {text-decoration:none;color:#2F5073}
|
||||
a:visited {text-decoration:none;color:#2F5073}
|
||||
a:hover {text-decoration:underline}
|
||||
a:active {text-decoration:underline}
|
||||
#ty{margin-bottom:1px}
|
||||
ul{margin-top:1px}
|
||||
sup {font-size:0.6em;position:relative;top:0.1em;vertical-align:top}
|
||||
#tracker{background-color:rgba(0, 0, 0, 0);border:0 solid #808080;border-radius:4px;box-shadow:0 0 150px #CAEDFA;color:#676767;font-size:11px;line-height:8px;padding:11px 9px 0;width:34em;height:125px;}
|
||||
small{font-size:14px;}
|
||||
#p{top:-3px;position:relative;}
|
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2
Normal file
Binary file not shown.
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2
Normal file
BIN
fonts/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2
Normal file
Binary file not shown.
BIN
img/bt.gif
Normal file
BIN
img/bt.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
33
index.html
Normal file
33
index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Open Bittorrent Tracker - Shitty Tracker</title>
|
||||
<link type="text/css" rel="stylesheet" media="all" href="css/style.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="css/fonts.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="d">
|
||||
<img class="img" src="img/bt.gif">
|
||||
<h2 class="hh">Shitty Tracker</h2>
|
||||
<div class="tracker">
|
||||
<span class="l">https://tracker.shittyurl.org/announce</span>
|
||||
<p>or</p>
|
||||
<span class="l">http://tracker.shittyurl.org/announce</span>
|
||||
</div>
|
||||
<div class="adiv">
|
||||
<ul>
|
||||
<li>I do not know what is being tracked.</li>
|
||||
<li>This tracker can blacklist hashes in response to valid DMCA Takedown Notices.</li>
|
||||
<li>If you send a DMCA notice, it will post it publicly.</li>
|
||||
<li>No LSA is guaranteed. If shit breaks you should have known what you were getting into from the name.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="adiv">Powered by:<br />Go<br>Redis<br>Nginx<br>Arch Linux</div>
|
||||
<div class="adiv">Contact:<br><script>document.write('<'+'a'+' '+'h'+'r'+'e'+'f'+'='+"'"+'m'+'a'+'&'+'#'+'1'+'0'+'5'+';'+'l'+'t'+'&'+'#'+'1'+'1'+'1'+';'+
|
||||
'&'+'#'+'5'+'8'+';'+'n'+'e'+'c'+'%'+'6'+'B'+'b'+'e'+'%'+'6'+'1'+'r'+'d'+'&'+'#'+'6'+'4'+';'+'%'+'7'+
|
||||
'2'+'a'+'&'+'#'+'1'+'1'+'2'+';'+'e'+'&'+'#'+'3'+'7'+';'+'2'+'E'+'&'+'#'+'1'+'0'+'8'+';'+'&'+'#'+'3'+
|
||||
'7'+';'+'6'+'F'+'l'+"'"+'>'+'&'+'#'+'1'+'1'+'0'+';'+'e'+'&'+'#'+'9'+'9'+';'+'k'+'b'+'&'+'#'+'1'+'0'+
|
||||
'1'+';'+'a'+'&'+'#'+'1'+'1'+'4'+';'+'d'+'&'+'#'+'6'+'4'+';'+'&'+'#'+'1'+'1'+'4'+';'+'a'+'p'+'e'+'&'+
|
||||
'#'+'4'+'6'+';'+'&'+'#'+'1'+'0'+'8'+';'+'o'+'l'+'<'+'/'+'a'+'>');</script><noscript>[Turn on JavaScript to see the email address]</noscript></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user