-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin_step4.html
More file actions
34 lines (27 loc) · 1.12 KB
/
join_step4.html
File metadata and controls
34 lines (27 loc) · 1.12 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>
<head>
<meta charset="utf-8">
<title>2ndMarket</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/2ndMarket.css">
<link rel="stylesheet" href="css/2ndMarketForm.css">
<link rel="stylesheet" href="css/2ndMarketJoin.css">
</head>
<body ontouchstart="">
<div class="wrap sub form">
<header>
<h2>세컨마켓 개설하기</h2>
<a href="join_step1.html" class="back">이전</a>
</header>
<section>
<div class="join_thumb create_group"></div>
<p class="explain center"><span class="uppercase">naver.com</span>의 회사(학교)명을 입력해주세요.</p>
<input type="email" placeholder="회사(학교)명 입력" class="input margin3">
<p class="join_copy margin3"><strong class="highlight">회사(학교)명</strong> 세컨마켓을 개설합니다.</p>
<a href="join_step5.html" class="button margin3">확인</a>
</section>
</div>
</body>
</html>