-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Movies</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="posters">
<a class="imgContainer" href="videos/Elephants_Dream_1080p.webm">
<img src="images/elephants-dream.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Big_Buck_Bunny_1080p.webm">
<img src="images/big-buck-bunny.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Sintel_1080p.webm">
<img src="images/sintel.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Tears_of_Steel_1080p.webm">
<img src="images/tears-of-steel.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Caminandes_Gran_Dillama_1080p.webm">
<img src="images/caminandes-gran-dillama.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Caminandes_Llamigos_1080p.webm">
<img src="images/caminandes-llamigos.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Glass_Half_1080p.webm">
<img src="images/glass-half.jpg" width="100%"/>
</a>
<a class="imgContainer" href="videos/Cosmos_Laundromat_1080p.webm">
<img src="images/cosmos-laundromat.jpg" width="100%"/>
</a>
</div>
</body>
</html>