-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (77 loc) · 4.06 KB
/
Copy pathindex.html
File metadata and controls
89 lines (77 loc) · 4.06 KB
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
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>신체부위 테스트</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<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=Noto+Sans+KR:wght@100;300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poor+Story&display=swap" rel="stylesheet">
<link rel="canonical" href="https://mocobop.netlify.app/">
<meta name="keywords" content="신체부위테스트, 신체부위MBTI, 신체부위심리테스트, 신체부위성격테스트, MOCOBOP테스트, MBTI신체부위">
<meta name="description" content="MBTI로 알아보는 가장 자신있는 신체부위">
<meta property="og:url" content="https://mocobop.netlify.app/">
<meta property="og:type" content="website">
<meta property="og:title" content="신체부위 테스트">
<meta property="og:site_name" content="MOCOBOP">
<meta property="og:locale" content="ko_KR">
<link rel="stylesheet" href="./css/default.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/qna.css">
<link rel="stylesheet" href="./css/animation.css">
<link rel="stylesheet" href="./css/result.css">
<script data-ad-client="ca-pub-3026191246645929" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
<script>
Kakao.init('546ac522a205845a529071397c42f02d');
Kakao.isInitialized();
</script>
</head>
<body>
<div class="container">
<section id="main" class="mx-auto my-5 py-5 px-3">
<h1 class="animate__fadeInUp"> <b>MBTI로 알아보는 가장 자신있는 신체부위</b> </h1>
<div class="col-lg-6 col-md-8 col-sm-10 col-12 mx-auto">
<img src="./img/main.png" alt="mainImage" class="img-fluid">
</div>
<p>
가장 자신있는 신체부위를 알아보자! <br>
시작하기 버튼을 눌러 시작해 보세요!
</p>
<button type="button" class="btn btn-outline-primary mt-3" onclick="js:begin()">시작하기</button>
</section>
<section id="qna">
<div class="status mx-auto mt-5">
<div class="statusBar">
</div>
</div>
<div class="qBox my-5 py-3 mx-auto">
</div>
<div class="answerBox">
</div>
</section>
<section id="result" class="mx-auto my-5 py-5 px-3">
<h1> 당신의 가장 자신 있는 신체부위는?</h1>
<div class="resultname">
</div>
<div id="resultImg1" class="my-3 col-lg-6 col-md-8 col-sm-10 col-12 mx-auto">
</div>
<div id="resultImg2" class="my-3 col-lg-6 col-md-8 col-sm-10 col-12 mx-auto">
</div>
<div class="resultDesc">
</div>
<button type="button" class="kakao mt-3 py-2 px-3" onclick="js:kakaoShare()">공유하기</button>
</section>
<div class="adv mx-auto">
<ins class="kakao_ad_area" style="display:none;" data-ad-unit = "DAN-a77azVt78c5lyR50" data-ad-width = "320" data-ad-height = "100"></ins>
<script type="text/javascript" src="//t1.daumcdn.net/kas/static/ba.min.js" async></script>
</div>
<script src="./js/data.js" charset="utf-8"></script>
<script src="./js/start.js" charset="utf-8"></script>
<script src="./js/share.js" charset="utf-8"></script>
</div>
</body>
</html>