-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlinks.html
65 lines (59 loc) · 2.2 KB
/
links.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
<html>
<head>
<title>homepage</title>
<link rel="stylesheet" type="text/css" href="links.css">
</head>
<body>
<table vertical-align = "middle" align = "center" height = 100% width = 100%>
<tr><td>
<div id="block">
<div id="column">
<div id="linkheader">Trackers</div>
<a href="https://what.cd/index.php">WCD</a>
<br><a href="https://waffles.fm">WFM</a>
<br><a href="https://broadcasthe.net/index.php">BTN</a>
<br><a href="http://passthepopcorn.me/index.php">PTP</a>
<br><a href="https://mac-torrents.me/index.php">MTR</a>
<br><a href="http://www.nyaa.se/">NYA</a>
<p>
<div id="linkheader">Stuff</div>
<a href="http://gmail.com/">GMail</a>
<br><a href="http://facebook.com/">Facebook</a>
<br><a href="https://endoftheinter.net/">ETI</a>
<br><a href="file:///Users/JnNy/Documents/website/index.html">Website</a>
</div>
<div id="column">
<div id="linkheader">4Chan</div>
<a href="https://boards.4chan.org/a/catalog">/a/</a>
<br><a href="https://boards.4chan.org/b/catalog">/b/</a>
<br><a href="https://boards.4chan.org/g/catalog">/g/</a>
<br><a href="https://boards.4chan.org/mu/catalog">/mu/</a>
<br><a href="https://boards.4chan.org/wg/catalog">/wg/</a>
<br><a href="https://boards.4chan.org/vr/catalog">/vr/</a>
<p>
<div id="linkheader">Music</div>
<a href="http://last.fm/">last.fm</a>
<br><a href="http://www.bandcamp.com/">BandCamp</a>
<br><a href="http://soundcloud.com/">SoundCloud</a>
<br><a href="http://pitchfork.com/">P4K</a>
</div>
<div id="column">
<div id="linkheader">Reddit</div>
<a href="https://www.reddit.com">Front Page</a>
<br><a href="https://www.reddit.com/r/osx">OS X</a>
<br><a href="https://www.reddit.com/r/desktops">Desktops</a>
<br><a href="https://www.reddit.com/r/battlestations">Battlestations</a>
<br><a href="https://www.reddit.com/r/unixporn">Unix Porn</a>
<br><a href="https://www.reddit.com/r/linux">Linux</a>
<p>
<div id="linkheader">Other</div>
<a href="https://pomf.cat/">Pomf</a>
<br><a href="http://github.com/">Github</a>
<br><a href="https://www.mediafire.com/">MediaFire</a>
<br><a href="https://www.pastebin.com/">PasteBin</a>
</div>
</tr></td>
</div>
</div>
</body>
</html>