-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignUP-before.html
47 lines (44 loc) Β· 1.76 KB
/
SignUP-before.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
46
47
<!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">
<title>νμκ°μ
</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="shortcut icon" href="icon/BookSaTong.svg">
<link rel="stylesheet" href="css/link.css">
<link rel="stylesheet" href="css/signup-before.css">
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/loading.js"></script>
</head>
<body>
<ul class="skipMenu">
<li><a href="#nav">λ©μΈλ©λ΄ λ°λ‘κ°κΈ°</a></li>
<li><a href="#container">λ³Έλ¬Έ λ°λ‘κ°κΈ°</a></li>
</ul>
<div id="Mobile"></div>
<header id="header"></header>
<section id="container">
<h1 class="blind">νμκ°μ
νμ΄μ§</h1>
<div class="innerBox">
<form action="#void" method="post">
<div class="bannerBox">
<img src="img/preparing.jpg" alt="preparing">
</div>
<div class="signUpButton"><a href="SignUp.html">μΌλ° νμκ°μ
</a></div>
<div class="loginButton"><a href="login.html">λ‘κ·ΈμΈ</a></div>
<a href="fourteen.html">
<p class="fourteen">
14μΈ λ―Έλ§ νμκ°μ
<img src="img/arrow_right_on.png" alt="arrow_right_on">
</p>
</a>
</form>
</div>
</section>
<footer id="footer"></footer>
</body>
</html>