-
Notifications
You must be signed in to change notification settings - Fork 0
/
kpop.html
45 lines (42 loc) · 1.47 KB
/
kpop.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="description" content="width=device-width, initial-scale=1">
<title>Korean Wave</title>
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link href="CSS/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="images/favicon.png?">
</head>
<body>
<header>
<div id="kpop" class="all-bg">
<h1><a href="index.html"><img class="logo" src="images/logo.png" alt="Korean Wave"></a></h1>
<nav>
<ul class="menu">
<li><a href="food.html">food</a></li>
<li><a href="attraction.html">attraction</a></li>
<li><a href="kpop.html">k-pop</a></li>
</ul>
</nav>
<ul class="menu_btn">
<li></li> <li></li> <li></li>
</ul>
</div>
</header><br>
<div class="kpop-content wrapper">
<h2 class="kpop-title">노래로 휩쓸다</h2>
<p>해외에서 인기를 얻고 있는 한국의 대중음악</p>
<a class="kpop-button" href="kpop2.html">K-pop 둘러보기</a>
</div>
<footer>
<div class="wrapper">
<p><small>
주소 : 경기도 성남시 00구 123<br>
email : [email protected]<br>
© 2022 Subox
</small></p>
</div>
</footer>
</body>
</html>