-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 2.44 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="ko">
<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">
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="과자테스트" />
<meta property="og:title" content="나랑 어울리는 과자 찾기!" />
<meta property="og:description" content="나를 과자로 표현한다면? 나랑 어울리는 과자 찾아보기!" />
<meta property="og:image" content="/images/thumbnail.png" />
<meta property="og:url" content="https://spectacular-sherbet-7152cf.netlify.app/" />
<!-- Twitter Cards -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="과자테스트" />
<meta property="twitter:title" content="나랑 어울리는 과자 찾기!" />
<meta property="twitter:description" content="나를 과자로 표현한다면? 나랑 어울리는 과자 찾아보기" />
<meta property="twitter:image" content="/images/thumbnail.png" />
<meta property="twitter:url" content="https://spectacular-sherbet-7152cf.netlify.app/" />
<title>과자테스트</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css">
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.css" />
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/home.css">
<script defer src="./js/share.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HRGBS4MX6X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HRGBS4MX6X');
</script>
</head>
<body>
<h2 class="page-subtitle">
SNACK MBTI
</h2>
<h1 class="page-title">
나랑 어울리는<br>
과자 찾기!
</h1>
<img src="./images/main_logo.png" alt="메인로고" class="main-logo">
<a href="/questions.html" class="btn btn-purple">
S T A R T !
</a>
<div class="btn btn-pink btn-small share-or-copy">
주변에 알리기
</div>
<div class="info">
<p>
[email protected]<br><br>
Copyright 2023. SAY all rights reserved.
</p>
</div>
</body>
</html>