-
Notifications
You must be signed in to change notification settings - Fork 2
/
cyberpunk_anime.html
113 lines (108 loc) · 3.81 KB
/
cyberpunk_anime.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
<!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>
<b><a href="./cyberpunk_anime.html">Anime</a></b>
<a href="./cyberpunk_tv.html">TV</a>
<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">
<h2>Cyberpunk Anime</h2>
<p>
I'm going to assume by the fact that you're here that you know how to google, so I'm not going to bother linking anything here. Between bakabt and nyaa, you should be able to find everything.
</p>
<br>
<h2>A.D. Police</h2>
<ul>
<li>A.D. Police</li>
<li>A.D. Police: Dead End City</li>
<li>A.D. Police Files</li>
<li>A.D. Police: To Protect and Serve</li>
</ul>
<h2>Bubblegum Crisis</h2>
<ul>
<li>Bubblegum Crash</li>
<li>Bubblegum Crisis</li>
<li>Bubblegum Crisis Tokyo 2040</li>
<li>Parasite Dolls</li>
</ul>
<h2>Ghost in the Shell</h2>A seminal work of cyberpunk anime, with aesthetics that helped define the genre.
<ul>
<li>Ghost in the Shell</li>
<li>Ghost in the Shell: Innocence</li>
<li>Ghost in the Shell: Stand-Alone Complex</li>
<li>Ghost in the Shell 2.0</li>
<li>Ghost in the Shell: Solid State Society</li>
<li>Ghost in the Shell: Individual Eleven</li>
<li>Ghost in the Shell: The Laughing Man</li>
<li>Ghost in the Shell: Arise</li>
</ul>
<h2>Anime by Katsuhiro Otomo</h2>
<ul>
<li>Akira<br>The cyberpunk nature of Akira is up for debate, but the visuals are god-tier. It's a true classic.</li><br>
<li>Metropolis</li>
<li>Neo-Tokyo</li>
</ul>
<h2>Other anime</h2>
The internet says that these are cyberpunk, so they're here. Let me know if they're shit and should be removed.
<ul>
<li>Angel Cop</li>
<li>Armitage III</li>
<li>Armitage III: Dual Matrix</li>
<li>Battle Angel</li>
<li>Black Magic M-66</li>
<li>Blame!</li>
<li>Cowboy Bebop</li>
<li>Cyber City Oedo 808</li>
<li>Dead Leaves</li>
<li>Dennō Coil</li>
<li>Dirty Pair</li>
<li>Dirty Pair Flash</li>
<li>Dirty Pair: Project Eden</li>
<li>Dominion Tank Police</li>
<li>Eden: It's an Endless World!</li>
<li>Ergo Proxy</li>
<li>Genocyber</li>
<li>Goku Midnight Eye</li>
<li>Heat Guy J</li>
<li>Mardock Scramble</li>
<li>Megazone 23</li>
<li>Real Drive</li>
<li>Patlabor</li>
<li>Psycho-Pass</li>
<li>Serial Experiments Lain</li>
<li>Silent Möbius</li>
<li>Steins;Gate</li>
<li>Technotise: Edit and I</li> <!-- Serbian, not anime. Should this be here??? --> <!-- Why not. -ak.wa -->
<li>Texhnolize</li>
<li>Un-Go</li>
<li>Vexille</li>
<li>Viper's Creed</li>
</ul>
</div>
</div>
</body></html>