-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfantasy.html
44 lines (41 loc) Β· 1.67 KB
/
fantasy.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
<!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/preparing.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">
<div class="bannerBox">
<img src="img/preparing.jpg" alt="preparing">
</div>
<div class="contents">
<div class="contents_box">
<p class="text1">νμ¬ <strong>νμ΄μ§ μ€λΉμ€</strong> μ
λλ€.</p>
<p class="text2">λ³΄λ€ λμ μλΉμ€ μ 곡μ μνμ¬ νμ΄μ§ μ€λΉμ€μ μμ΅λλ€.<br>
λΉ λ₯Έ μμΌλ΄μ μ€λΉνμ¬ μ°Ύμλ΅κ² μ΅λλ€.</p>
</div>
</div>
</div>
</section>
<footer id="footer"></footer>
</body>
</html>