-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignup_4.html
36 lines (36 loc) · 1.37 KB
/
signup_4.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dokgang_matching</title>
</head>
<body>
<div style = "text-align:center">
<h1>LOGO</h1>
</div>
<div>
<h2>Sign Up</h2>
</div>
<div>
<hr>
</div>
<div style="text-align:center;">
<br><img src="image1.png">
</div>
<div style="text-align:center;">
<br><h2>가입이 완료되었습니다!<br><a href="my_page.html" style="text-decoration:none;">마이페이지</a>로 이동해서 서비스를 이용하세요.</h2><br><br><br>
</div>
<div>
<table width="100%">
<tr>
<td width="30%"><div></div></td>
<td width="1%"><div style="width:10px;height:10px;border-radius:50px;background:#aaaaaa;"></div></td>
<td width="1%"><div style="width:10px;height:10px;border-radius:50px;background:#aaaaaa;"></div></td>
<td width="1%"><div style="width:10px;height:10px;border-radius:50px;background:#aaaaaa;"></div></td>
<td width="1%"><div style="width:10px;height:10px;border-radius:50px;background:#3399ff;"></div></td>
<td width="30%"><div></div></td>
</tr>
</table>
</div>
</body>
</html>