-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstart.html
More file actions
31 lines (30 loc) · 998 Bytes
/
start.html
File metadata and controls
31 lines (30 loc) · 998 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lifesenior</title>
<link rel="stylesheet" href="./css/startStyle.css">
</head>
<body>
<!-- nav bar -->
<!-- copy -->
<nav>
<div class="nav-left">
<img src="./img/main-nav-logo.png" alt="로고">
<a href="#" style="color: #FFFFFF;">인생선배</a>
</div>
<div class="nav-right">
<a style="color: #FFFFFF;text-decoration: none;" href="./login.html"><p>로그인</p></a>
</div>
</nav>
<!-- header -->
<header>
<img src="./img/main-nav-logo.png" alt="">
<p>매일 하나씩 배워가는 인생조언</p>
<p>어렵고 막막한 생활지식 배우기</p>
<p>이제 인생선배를 통해 어른이 되어보아요.</p>
<a href="./login.html"><button>지금 시작하기</button></a>
</header>
</body>
</html>