-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
78 lines (70 loc) · 3.96 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DSN2X7PHMK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-DSN2X7PHMK');
</script>
<meta charset="utf-8">
<link rel="canonical" href="https://resemble.ga/">
<link rel="shortcut icon" href="https://resemble.ga/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
<link rel="manifest" href="./icons/site.webmanifest">
<link rel="mask-icon" href="./icons/safari-pinned-tab.svg" color="#242424">
<title>쇼미더머니 닮은꼴 테스트</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="쇼미더머니 모든 시즌 출연진 중, 나와 닮은 래퍼는? 인공지능(AI) 모델을 통해 알아보자.">
<meta name="robots" content="index,follow">
<meta property="og:type" content="website">
<meta property="og:title" content="쇼미더머니 닮은꼴 테스트">
<meta property="og:description" content="쇼미더머니 모든 시즌 출연진 중, 나와 닮은 래퍼는? 인공지능(AI) 모델을 통해 알아보자.">
<meta property="og:image" content="https://resemble.ga/preview.png">
<meta property="og:url" content="https://resemble.ga/">
<meta name="naver-site-verification" content="dbd831a88a57498a4e1b50f0dd6a7e71b5fb7b3d" />
<meta name="NaverBot" content="All" />
<meta name="NaverBot" content="index,follow" />
<meta name="Yeti" content="All" />
<meta name="Yeti" content="index,follow" />
<meta name="google-site-verification" content="uMv8OjIpteHL9dBTn1u2bMBW0j-zmCyU-ONcPbu_YAE" />
<script data-ad-client="ca-pub-5362137044409911" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<link rel="preload" href='src/static/css/index.css' as="style" />
<link rel="stylesheet" href="src/static/css/index.css">
</head>
<body>
<header>
<div class="navContainer">
<a href="/" class="logo">Resemble</a>
</div>
</header>
<section>
<img src="src/static/img/parallaxImg1.png" data-speed="3.5" mobile-data-speed="3.2" class="layer">
<img src="src/static/img/parallaxImg2.png" data-speed="-3" mobile-data-speed="-2.4" class="layer">
<img src="src/static/img/parallaxImg3.png" data-speed="3" mobile-data-speed="3" class="layer">
<img src="src/static/img/parallaxImg4.png" data-speed="-3.5" mobile-data-speed="-2.7" class="layer">
<img src="src/static/img/parallaxImg5.png" data-speed="-3" mobile-data-speed="3.4" class="layer">
<img src="src/static/img/parallaxImg6.jpg" data-speed="3" mobile-data-speed="3" class="layer">
<img src="src/static/img/parallaxImg7.png" data-speed="3.5" mobile-data-speed="-2.3" class="layer">
<img src="src/static/img/parallaxImg8.png" data-speed="-3" mobile-data-speed="2.8" class="layer">
<img src="src/static/img/parallaxImg9.jpg" data-speed="3" mobile-data-speed="-2.5" class="layer">
<img src="src/static/img/parallaxImg10.png" data-speed="-3.5" mobile-data-speed="3.3" class="layer">
</section>
<div class="titleContainer">
<img class="titleLogo" src="src/static/img/smtmLogo.png"></img>
<div class="title">
<div>쇼미더머니</div>
<div>닮은꼴 테스트</div>
</div>
<div class="subTitle1">모든 시즌 출연진 중, 나와 닮은 래퍼는?</div>
<div class="subTitle2">인공지능(AI) 모델을 통해 알아보자</div>
<button class="startBtn">Drop The Beat !</button>
</div>
<script src="src/static/js/index.js"></script>
</body>
</html>