-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (71 loc) · 3.23 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
<!DOCTYPE html>
<html lang="kr">
<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">
<script src="//cdn.chicken-moo.com/jquery/jquery-latest.js"></script>
<script src="//cdn.chicken-moo.com/sweetalert2/11.4.13/dist/sweetalert2.all.min.js"></script>
<link rel="stylesheet" href="//cdn.chicken-moo.com/main.css">
<script src="/js/style.js?src=style&a=14"></script>
<script src="/js/style.js?src=index&a=14"></script>
<script src="/js/style.js?src=result&a=14"></script>
<script src="/js/index.js?a=14"></script>
<script src="/js/common.js?a=14"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3P342PKQ8J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3P342PKQ8J');
</script>
<meta property="og:url" content="https://test.zero-young.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="환경 레벨 테스트">
<meta property="og:description" content="지구 파괴를 얼마나 하는지 재밌는 테스트를 해봐요!">
<meta property="og:image" content="https://test.zero-young.com/img/sub1.png">
<title>환경 레벨 테스트</title>
</head>
<body link="black" alink="black" vlink="black" style="display: none;">
<div class="title">
<div class="hab">
<div class="dlalwl"></div>
<div class="ssss buttonStart">테스트 시작하기</div>
<div class="asdfb">
<div class="asdgnn">참여자 수</div>
<div class="buttonTexting"></div>
</div>
<div class="shareto">
<div class="icons">
<div class="facebook icon"></div>
<div class="twitter icon"></div>
<div class="link icon"></div>
</div>
<div class="instaCont">결과를 공유할 때 마다 환경보호단체<br>WWF에 100원씩 후원되어요.</div>
<div class="addsum">누적 후원 금액</div>
<div class="sssss">⋯원</div>
</div>
</div>
<div class="mz">
<div class="Ido">
<div class="IdoTitle">사전예약</div>
<div class="IdoTitle1">가장 먼저 지구를 지켜보세요.</div>
<div class="aosios">AOS, IOS 출시 예정</div>
</div>
<div class="flex100">
<div class="admisIMG"></div>
<div class="contactDiv">
<input type="text" class="contact" placeholder="이메일 혹은 전화번호를 입력해주세요">
</div>
</div>
<div class="flex100">
<div class="todoTxt tpd">⋯명의 분들이 함께 지키고 있어요</div>
</div>
<div class="saveWithZero">
<div class="zerobutton saveearth">ZERO와 함께 지구 지키러 가기</div>
</div>
</div>
</div>
</body>
</html>