-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10_signup_end.html
45 lines (33 loc) · 1.28 KB
/
10_signup_end.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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephonne=no">
<title>Document</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/materialize.css">
<link rel="stylesheet" href="./css/reset.css">
<script src="./js/materialize.js" defer></script>
</head>
<body>
<section class="intro signup-wrap">
<div class="logo signup-end">
<img src="./icons/logo_2.png">
<h2 class="center">회원님들이 언제나 쾌적하게 어플을 이용하실 수
있도록 악성 및 불량 유저를 사전에
차단하고자 신중하게 심의 중입니다.
잠시만 기다려주세요!
</h2>
<div class="progress-wrapper">
<p class="right-align">8/8</p>
<div class="progress">
<div class="determinate" style="width: 100%"></div>
</div>
</div>
</div>
</section>
</section>
</body>
</html>