-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (157 loc) · 6.87 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Balance | iExperiment</title>
<link rel="shortcut icon" href="https://iexperimen.github.io/assets/icon/icon.png" />
<link rel="icon" href="https://iexperimen.github.io/assets/icon/icon.png" type="image/jpg">
<meta name="og:image" property="og:image" content="https://iexperimen.github.io/assets/icon/icon.png">
<meta name="og:image:type" property="og:image:type" content="image/jpeg">
<meta name="og:image:width" property="og:image:width" content="200">
<meta name="og:image:height" property="og:image:height" content="200">
<meta name="og:title" property="og:title" content="Balance | iExperiment">
<meta name="description" content="This is a collection of images created by iexperiment, the purpose of these images is to build a puzzle game system that can be used for passwords.">
<meta name="keywords" content="metamask, cronos, binance, cro, bnb, mmf, pancakeswap, crypto, eth, ethereum, btc, iexperiment, iexperimen, icollector, icollection, ropsten, rinkeby, binance, eth faucet, eth balance, ropsten faucet, ropsten balance, rinkeby balance, rinkeby faucet, bsc balance, bsc faucet, faucet, balance">
<meta name="author" content="iexperiment">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="https://iexperimen.github.io/balance/js/token_0x9754c41dED883A654F2190C89ACf3eC1eD84199C_web3.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7XSKYKT695"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7XSKYKT695');
</script>
<style>
body {
margin: 0px;
padding: 0px;
font-family: "Courier New", Courier, monospace;
}
.huks {
position: fixed;
width: 100%;
height: 100%;
background: #dddddd5f;
overflow: hidden;
box-sizing: border-box;
}
.bgimg1 {
height: 100%;
}
.middle1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.box-cuard {
width: 300px;
height: auto;
border-radius: 20px;
padding: 20px;
background: white;
align-items: center;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
#logo-container svg {
width: 250px;
height: auto;
}
.faucet_input {
padding: 8px 16px;
width: 250px;
border: 1px solid gray;
background: whitesmoke;
border-radius: 20px;
margin-bottom: 8px;
font-size: 18px;
font-family: "Courier New", Courier, monospace;
}
.faucet_button {
padding: 8px 16px;
width: 285px;
border: 1px solid gray;
background-color: black;
background-image: linear-gradient(to bottom right, red, yellow);
border-radius: 20px;
margin-bottom: 8px;
color: white;
font-style: bold;
cursor: pointer;
font-size: 18px;
font-family: "Courier New", Courier, monospace;
transition-duration: 0.4s;
}
.faucet_button:hover {
background-image: linear-gradient(to bottom right, yellow, red);
}
@media only screen and (max-width: 768px) {
#logo-container svg {
width: 150px;
height: auto;
}
.box-cuard {width: 90%;}
}
#paid_me {
position: fixed;
top: -2px;
right: -60px;
width: 100px;
background-image: linear-gradient(to bottom right, yellow, red);
padding: 15px 50px;
-ms-transform: rotate(40deg);
transform: rotate(40deg);
text-align: center;
color: white;
font-size: 20px;
text-shadow: 1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000,1px 1px 5px #555;
animation: blinking 2s infinite;
cursor: pointer;
}
@keyframes blinking{
0%{ color: white; }
47%{ color: #ffdebb; }
62%{ color: #ffbb73; }
97%{ color: #fb9932; }
100%{ color: #fb8402; }
}
a {
display: none;
text-decoration: none;
}
.disclaimer {
display: none;
}
</style>
</head>
<body id="myCopyright">
<div class="huks" id="iexp_identy_meta">
<div class="bgimg1">
<div id="paid_me" onclick="paidNow()"><b>PAID<br>WIDGETS</b></div>
<div class="middle1">
<div class="box-cuard" align="center">
<div id="logo-container"></div>
<h3>iCollector</h3>
<input class="faucet_input" type="text" placeholder="Your Address" id="address" />
<button class="faucet_button" type="button" onClick="getBalance();">Get Balance</button>
<p id="output"></p>
<p style="font-size: 14px;">
Widget by <a title="iExperimen" alt="iExperimen" href="https://iexperimen.github.io" style="display:inline-block;color:black;"><b>@iExperimen</b></a>
</p>
</div>
</div>
</div>
</div>
<script>
function paidNow() {
alert("Please contact me person!");
}
</script>
<script src="https://icollector.000webhostapp.com/js/token_0x9754c41dED883A654F2190C89ACf3eC1eD84199C_disclaimer.js"></script>
<script type="text/javascript" src="https://iexperimen.github.io/balance/js/token_0x9754c41dED883A654F2190C89ACf3eC1eD84199C_faucet_balance.js"></script>
</body>
</html>