-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathred.html
More file actions
44 lines (43 loc) · 2 KB
/
Copy pathred.html
File metadata and controls
44 lines (43 loc) · 2 KB
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
<html>
<head>
<title>New Page</title>
</head>
<body>
<br>
<h1>Black Mirror</h1>
<img src="BlackMirror/blackmirror.png" />
<img src="BlackMirror/cart.jpg" />
<img src="BlackMirror/men.jpg" />
<h1>Top Black Mirror Episodes</h1>
<ul>
<li><h2>S1 Ep 2: Fifteen Million Merits</h2></li>
<p>The "Hot Shot" talent show offers the only way to escape a life of physical drudgery; this imagined future reality <br> presents a satirical take on entertainment shows and society's insatiable thirst for distraction.</p>
<img src="BlackMirror/millmerits.jpg" />
<br><br>
<a href="green.html"> Other Productions by Daniel Kaluuya</a>
<br><br>
<li><h2>S1 Ep 3: The Entire History of You</h2></li>
<p>In the near future, people use a memory implant that records everything they do, see and hear.</p>
<img src="BlackMirror/bm31.jpg" />
<img src="BlackMirror/bm32.jpg" />
<li><h2>S2 Ep 4: White Christmas</h2></li>
<p>In a mysterious and remote snowy outpost, Matt and Potter share an interesting Christmas meal together, swapping <br> creepy tales of their earlier lives in the outside world.</p>
<img src="BlackMirror/wc1.jpg" />
<img src="BlackMirror/wc2.jpg" />
<img src="BlackMirror/wc3.jpg" />
<img src="BlackMirror/wc4.jpg" />
<li><h2>S3 Ep 1: Nosedive</h2></li>
<p>An insecure office worker living in a smiley, status-obsessed, nightmare finds a way to join an old friend as one <br> of society's elites.</p>
<img src="BlackMirror/nd1.jpg" /><br><br>
<img src="BlackMirror/nd2.png" />
<img src="BlackMirror/nd3.jpg" />
<li><h2>S3 Ep 2: Playtest</h2></li>
<p>While in Britain, a thrill-seeking globetrotter tests a video game that is terrifyingly advanced.</p>
<img src="BlackMirror/pt1.jpg" />
<img src="BlackMirror/pt2.jpg" />
<img src="BlackMirror/pt3.jpg" />
</ul>
<a href="index.html"> Return to Homepage</a>
<br><br>
</body>
</html>