-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsignupcomplete.html
More file actions
41 lines (31 loc) · 1.51 KB
/
signupcomplete.html
File metadata and controls
41 lines (31 loc) · 1.51 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
35
36
37
38
39
40
41
<!DOCTYPE html>
<head>
<title>SM SINGUP COMPLETE</title>
<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="member.css">
<style type="text/css">
</style>
</head>
<body>
<div id='title_area'>
<a href='login.html' class='content_text' id='title_text'>Sports Matching</a>
<div id='login_status'>
<a href='login.html' class='menu_button content_text'>로그인</a>
</div>
</div>
<div style="margin : 80px 20px 0px 8px; background-color : white;text-align: center;">
<div>
<div class='content_image' style='margin-top: 20px;background-image:url(./images/our_img.png);'></div>
</div>
<div class="signupcompleterow" style=" text-align: center;margin-top: 20px;padding-bottom: 30px">
<label class="signupcomplete" style="font-weight: bold; font-size: 25px;padding-bottom: 30px;">회원가입 완료!</label>
</div>
</div>
<div style="margin : 40px 20px 0px 8px; background-color : white;text-align: center;">
<div class="signupcompleterow" style=" text-align: center;margin-top: 20px;padding: 15px 0px 15px 0px;">
<label class="signupcomplete" style="font-weight: bold; font-size: 25px;">반갑습니다.</label>
<label class="signupcomplete" style="font-weight: bold; font-size: 25px;">id님</label>
</div>
</div>
</div>
</body>