-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.62 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
<!DOCTYPE HTML>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156487449-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156487449-2');
</script>
<title>Rewards</title>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bg">
<div class="center-code">
<div class="code">
<div class="titletext"><span class="name">Find your missing badges, orbs and titles on Transformice</span></div>
<input id="code" placeholder="Insert the code here" /><br>
<a href="https://atelier801.com/topic?f=5&t=923843" target="_blank" class="link-a801"><span class="info">Don't know how to find the code ? <i class="fa fa-info-circle"></i></span></a>
<button id="load" class="button-search loading" onclick="search(this)">Loading resources... This may take a minute.</button>
</div>
</div>
<div class="center-data">
<div class="nickname"><span id="nickname"></span></div>
<div id="badges" class="box">
<span id="badgesCounter"></span>
<span id="badgesContent"></span>
</div>
<div id="orbs" class="box"></div>
<div id="titles" class="box"></div>
</div>
<div class="center-data footer">
Tool by <span class="credit" id="dev"></span>
<br>
Design by <span class="credit" id="art"></span>
</div>
</body>
</html>