-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (55 loc) · 2.11 KB
/
index.html
File metadata and controls
61 lines (55 loc) · 2.11 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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix Korea</title>
<link type="text/css" rel="stylesheet" href="./CssFile/main.css">
<link rel="icon" href="./resource/pngwing.png">
</head>
<body>
<div id="logo">
<header>
<a href="main.html"><img id="mainLogo" src="./resource/pngwing.png" alt="NETFLIX logo"/></a>
<nav>
<div id="top_menu">
<ul>
<li class="line"><a href="./HtmlFile/membership.html">멤버십</a></li>
<li class="line haveborder1"><a href="./HtmlFile/dramalist.html">다른 작품</a></li>
<li class="line haveborder2"><a href="./HtmlFile/serviceCenter.html">고객 센터</a></li>
<li class="line"><a href="./HtmlFile/companyInfo.html">회사 정보</a></li>
<li>
<form>
<button type="button"><a href="./HtmlFile/loginForm.html">로그인</a></button>
</form>
</li>
</ul>
</div>
</nav>
</header>
</div>
<div class="container">
<article>
<img src="./resource/mainpic1.png" alt="mainpicImg">
</article>
<section>
<div class="item">
<label><a href="./HtmlFile/aboutKingdom.html"><img class="left" src="./resource/킹덤 1.png">
<div id="txt1">KINDOM</div></a></label>
</div>
<div class="item">
<label><a href="./HtmlFile/aboutSquadGame.html"><img class="right" src="./resource/squad game (2) 1.png">
<div id="txt2">SQUAD <br>GAME</div></a></label>
</div>
<div class="item">
<label><a href="./HtmlFile/aboutALLofusareDead.html" ><img class="left" src="./resource/지우학 1.png">
<div id="txt3">All of us <br>are <br>Dead</div></a></label>
</div>
<div class="item">
<label><a href="./HtmlFile/aboutDP.html"><img class="right" src="./resource/dp.png">
<div id="txt4">D.P</div></a></label>
</div>
</section>
</div>
</body>
</html>