-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 1.6 KB
/
index.html
File metadata and controls
52 lines (52 loc) · 1.6 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
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="./css/reset.css" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/johnwick_jinuk.css" />
</head>
<body>
<header>
<div class="logo"></div>
<ul>
<li>HOME</li>
<li>CHARACTER</li>
<li>GALLERY</li>
</ul>
<div class="material-icons">menu</div>
</header>
<main>
<div class="title"></div>
<h1 class="subtitle"><strong>CHAPTER1 - JOHN WICK</strong></h1>
<p>
I shouldn't have touched him. Revenge against enemies who chose the
wrong person!John Wick, a killer called a legend, retires from the world
of crime by meeting his beloved woman and getting married. Happiness is
also briefly delivered as a gift to his wife before she dies. Then one
day, unidentified men rush into his house...
</p>
<ul>
<li><strong>Release</strong>2015, January 21</li>
<li><strong>Director</strong>Chad Stahelski</li>
<li><strong>Genre</strong>Action, Thriller</li>
</ul>
<button>WATCH</button>
<button>REAN MORE</button>
<div class="trailer">TRAILER</div>
<div class="arrow"><</div>
</main>
<footer>
<ul>
<li class="facebook"></li>
<li class="youtube"></li>
<li class="twitter"></li>
</ul>
</footer>
</body>
</html>