-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.63 KB
/
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
38
39
40
41
42
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="description" content="나의 크리스마스 유형을 알아보세요." />
<meta
name="keywords"
content="크리스마스, 크리스마스 테스트, 성격 테스트, mbti, 크리스마스 mbti, mbti 크리스마스, 크리스마스 성격 테스트"
/>
<meta title="크리스마스 유형 테스트" />
<title>크리스마스 유형 테스트</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex Sans KR:wght@600& "rel="stylesheet"></link>
</head>
<body>
<!-- START PAGE -->
<div id="start_page">
<div class="navbar">
<a href="">
<img id="logo" src="img/home.png" alt="christmas tree drawing">
</a>
<ul>
<li id="share">공유하기</li>
</ul>
</div>
<div class="title">
<h1>크리스마스 테스트</h1>
</div>
<div class="content">
<button id="start-button" type="button" class="button">시작하기</button>
</div>
</div>
</body>
<script src="js/script.js"></script>
</html>