-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin1.html
More file actions
30 lines (28 loc) · 1001 Bytes
/
join1.html
File metadata and controls
30 lines (28 loc) · 1001 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
<!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">
</head>
<body ontouchstart="">
<div class="wrap sub form">
<header>
<h2>Step1. 그룹 선택</h2>
<a href="#" class="back">이전</a>
</header>
<section>
<h3>그룹을 선택하세요.</h3>
<p class="explain">대학교, 회사 중 가입하실 그룹을 선택해주세요.</p>
<div class="select_item1">
<a href="join2.html" class="group_university selected">대학교</a>
<a href="join2.html" class="group_company">회사</a>
<a href="join2.html" class="group_etc">기타</a>
</div>
</section>
</div>
</body>
</html>