-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_index.html
37 lines (28 loc) · 1.08 KB
/
1_index.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
<!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>언웰컴트</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"></script>
</head>
<body>
<section class="intro">
<div class="logo_content">
<div class="logo">
<img src="./icons/logo_intro.png">
<h2 class="logo_title">특별한 당신을 위한 공간</h2>
</div>
<p class="white-text center logo_bottom-title">자유민주주의 국가, 대한민국에서<br>
여러분의 성적 취향은 결코 죄가 아닙니다. - 운영자
</p>
</div>
</section>
<script src="./js/main.js"></script>
</body>
</html>