-
Notifications
You must be signed in to change notification settings - Fork 2
/
cyberpunk_tv.html
79 lines (75 loc) · 4.28 KB
/
cyberpunk_tv.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
<!DOCTYPE html>
<!-- Hi /g/~ -->
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>
Cyberlife
</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="Cyberlife.css" media="all" rel="stylesheet" type="text/css">
<link rel="icon"
type="image/x-icon"
href="./images/favicon.ico">
</head>
<body>
<div id="container">
<div id="banner">
</div>
<div id="navigator">
<nav>
<a href="./index.html">Home</a>
<a href="./essentials.html">Essentials</a>
<a href="./cyberpunk_books.html">Books</a>
<a href="./cyberpunk_movies.html">Movies</a>
<a href="./cyberpunk_vidya.html">Games</a>
<a href="./cyberpunk_anime.html">Anime</a>
<b><a href="./cyberpunk_tv.html">TV</a></b>
<a href="./cyberpunk_music.html">Music</a>
<a href="./cyberpunk_philosophy.html">Philosophy</a>
<a href="./braindump.html">Braindump</a>
</nav>
</div>
<div id="main">
<p><i>Who on earth watches TV these days? Have the list anyway, but know that we're all secretly judging you.</i></p>
<h2>Max Headroom</h2>
<ul>
<a href="https://en.wikipedia.org/wiki/Max_Headroom_%28TV_series%29">This can explain it better than I can.</a><br>
</ul>
<br><h2>Live-action</h2>
<ul>
Black Mirror <a href="http://www.imdb.com/title/tt2085059" rel="nofollow">IMDB</a><br>
Charlie Jade <a href="http://www.imdb.com/title/tt0408378" rel="nofollow">IMDB</a><br>
Dark Angel <a href="http://www.imdb.com/title/tt0204993" rel="nofollow">IMDB</a><br>
Dollhouse - <a href="http://movies.netflix.com/WiMovie/Dollhouse/70140383?trkid=2361637" rel="nofollow">Netflix</a> <a href="http://www.imdb.com/title/tt1135300" rel="nofollow">IMDB</a><br>
Harsh Realm <a href="http://www.imdb.com/title/tt0182587" rel="nofollow">IMDB</a><br>
The Net <a href="http://www.imdb.com/title/tt0113957" rel="nofollow">IMDB</a><br>
RoboCop: The Series <a href="http://www.imdb.com/title/tt0108909" rel="nofollow">IMDB</a><br>
Robocop: Prime Directives <a href="http://www.imdb.com/title/tt0220008" rel="nofollow">IMDB</a><br>
Tek War - <a href="http://www.hulu.com/tekwar" rel="nofollow">Hulu</a> <a href="http://www.imdb.com/title/tt0108953" rel="nofollow">IMDB</a><br>
Terminator: The Sarah Connor Chronicles <a href="http://www.imdb.com/title/tt0851851" rel="nofollow">IMDB</a><br>
Total Recall: 2070 <a href="http://www.imdb.com/title/tt0159920" rel="nofollow">IMDB</a><br>
VR5 <a href="http://www.imdb.com/title/tt0112209" rel="nofollow">IMDB</a><br>
Welcome to Paradox <a href="http://www.imdb.com/title/tt0171028" rel="nofollow">IMDB</a><br>
Wild Palms <a href="http://www.imdb.com/title/tt0106175" rel="nofollow">IMDB</a><br>
</ul>
<br><h2>Animated</h2>
<ul>
Aeon Flux<br>
Batman Beyond - <a href="http://movies.netflix.com/WiMovie/Batman_Beyond/70177038?trkid=1457044" rel="nofollow">Netflix</a><br>
C.O.P.S.<br>
Reboot - <a href="http://www.hulu.com/reboot" rel="nofollow">Hulu</a> - <a href="http://movies.netflix.com/WiMovie/70200164?strkid=268916848_0_0&trkid=222336&movieid=70200164" rel="nofollow">Netflix</a><br>
RoboCop: The Animated Series<br>
RoboCop: Alpha Commando<br>
Spicy City<br>
Tron Uprising - <a href="http://movies.netflix.com/WiMovie/Tron_Uprising/70275375?trkid=2361637" rel="nofollow">Netflix</a><br>
</ul>
<br><h2>Miscellaneous</h2>
<p>William Gibson wrote two episodes of the X-Files:</p>
<ul>
<a href="http://en.wikipedia.org/wiki/Kill_Switch_(The_X-Files)" rel="nofollow">Kill Switch</a> - <a href="http://movies.netflix.com/WiPlayer?movieid=70134266&trkid=3326878&t=The+X-Files%3A+Ssn+5%3A+Kill+Switch" rel="nofollow">Netflix</a><br>
<a href="http://en.wikipedia.org/wiki/First_Person_Shooter_(The_X-Files)" rel="nofollow">First Person Shooter</a> - <a href="http://movies.netflix.com/WiPlayer?movieid=70134310&trkid=3326878&t=The+X-Files%3A+Ssn+7%3A+First+Person+Shooter" rel="nofollow">Netflix</a><br>
</ul>
</div>
</div>
</body></html>