-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.41 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link href="./css/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./Images/Travel.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gasoek+One&display=swap" rel="stylesheet">
</head>
<body>
<div id = "main">
<header class="page-header wrapper">
<a href="index.html"><img class ='logo' src="./Images/webIcon.png" alt="아이콘"><span>SeasonFestival</span></a>
<nav>
<ul class="nav">
<li><a href="Search.html">Search</a></li>
<li><a href="Match.html">Match</a></li>
<li><a href="Inquiry.html">Inquiry</a></li>
<li><a href="Login.html">Login</a></li>
</ul>
</nav>
</header>
<div class="main-content wrapper">
<h2 class ="page-title">계절의 변화를 직접 경험해보세요</h2>
<h2 class = "page-content">국내에 진행되는 축제 검색부터 추천까지 받아보세요</h2>
<a class="button" href="Search.html">시작하기</a>
</div>
</div>
</body>
</html>