-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (81 loc) · 3.89 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
79
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<script src='js/waxjs.js'></script>
<script src='js/calculador.js'></script>
<script src='js/main.js'></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="drAvicenna">
<title>Kolobok Renamer</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/mystyle.css">
<link rel="icon" href="favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DM72RRTLV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9DM72RRTLV');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PFX8QQC');</script>
<!-- End Google Tag Manager -->
</head>
<body class="text-center">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PFX8QQC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- <div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
Meet the Kolobok Merch Collection! <a target="_blank" href="https://kolobok-breeder.myshopify.com/collections/all">Buy it now!</a>
</div> -->
<div class="container">
<div>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link" aria-current="page" href="index.html"><span style="color:#98ef47">></span>Renamer</a>
<a class="nav-link" href="calculator.html">Stealth/Speed</a>
<a class="nav-link" href="stat.html">Price Info</a>
</nav>
</div>
<br>
<h1>Kolobok Renamer</h1>
<div class="login">
<input id="loginbtn" class="login" onclick="login()" value="Login" type="button" />
</div>
<br>
<p style="color:#ef9d47" id="loginresponse"></p>
<p style="color:#ef9d47" id="autologin"></p>
<form action="">
<div class="fields">
<span>
<input id="koloid" placeholder="Kolobok ID" type="number" required />
</span>
<br />
<span>
<input id="name" placeholder="New name" type="text" required />
</span>
</div>
<div class="submit">
<input class="submit" onclick="sign()" value="Rename" type="button" />
</div>
<br>
<p style="color:#98ef47" id="response"></p>
</form>
<br><br><br>
<div>
<h4>This project is open source <a target="_blank" href="https://github.com/dravicenna/kolobok_tools">you can find it on github.com</a></h4>
<h4>If you like it, <a target="_blank" href="https://wax.atomichub.io/explorer/account/gidba.wam">feel free to dotate me some WAX</a></h4>
<h4>Created by <a target="_blank" href="https://t.me/zippyz">dr.Avicenna.</a>(c) 2021</h4>
<h4>WAX Account Name: <a target="_blank" href="https://wax.atomichub.io/explorer/account/gidba.wam">gidba.wam</a></h4>
<br>
</div>
</div>
</body>
</html>