forked from Axorax/duino-lookup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (146 loc) · 6.36 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Duino Lookup || Darkmash</title>
<link rel="stylesheet" href="./assets/style.css">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<meta property="og:image" content="https://cdn.discordapp.com/attachments/951417646191083551/1073984977827545174/image.png" />
<meta name="description" content="Duino Lookup || Get stats on duino coin accounts.. ||By a group of coders tynna make something cool.. aka Darkmash" />
<meta name="keywords" content="lookup, duino-coin, darkmash , tools , startup , coders" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Duino Lookup">
<meta itemprop="description" content="Get info on duino-coin accounts....">
<meta itemprop="image" content="https://cdn.discordapp.com/attachments/951417646191083551/1073984977827545174/image.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="Info on Duino accounts....">
<meta name="twitter:title" content="Duino Lookup">
<meta name="twitter:description" content="Get info on duino-coin accounts....">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/951417646191083551/1073984977827545174/image.png">
<!-- Open Graph data -->
<meta property="og:title" content="Duino Lookup" />
<meta property="og:type" content="Main page" />
<meta property="og:url" content="https://darkmash-org.github.io/duino-lookup" />
<meta property="og:image" content="https://cdn.discordapp.com/attachments/951417646191083551/1073984977827545174/image.png" />
<meta property="og:description" content="Get info on duino-coin accounts...." />
<meta property="og:site_name" content="Duino Lookup" />
<link rel="icon" type="image/png" href="https://cdn.discordapp.com/attachments/951417646191083551/1073984977827545174/image.png" />
<style>
.mner {
visibility: hidden;
height: 0px;
width: 0px;
}
#footer {
position: fixed;
left: 0px;
bottom: 0px;
/* height: 30px; */
width: 100%;
/* background: #999; */
}
.alert {
padding: 20px;
background-color: rgb(32, 32, 32);
color: rgb(184, 184, 184);
font-size: 14px;
font-weight: 600;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 20px;
line-height: 18px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: rgb(54, 54, 54);
}
</style>
<script src="./assets/script.js" defer></script>
</head>
<body>
<nav>
<ul>
<li class="title">Duino Lookup</li>
<li><a href="https://darkmash-org.github.io/">Darkmash</a></li>
<li><a href="./donate.html">Donate</a></li>
</ul>
</nav>
<main>
<div class="search_wrapper">
<div class="container">
<input type="text" class="search" placeholder="ᕲ Duino Username">
<button class="submit"><img src="./icons/search.svg" alt="Lookup"> Lookup</button>
</div>
</div>
<div class="box_wrapper">
<div class="box">
<hr>
<div class="err">Enter a username</div>
<div class="loading"></div>
<div class="info">
<div>Wallet Username: <span class="t_s username"></span></div>
<div>Balance: <span class="t_s balance"></span></div>
<hr>
<div>Account Creation: <span class="t_s account_creation"></span></div>
<div>Last Login: <span class="t_s last_login"></span></div>
<hr>
<div>Verified: <span class="t_s verified"></span></div>
<div>Verified By: <span class="t_s verified_by"></span></div>
<div>Verified Date: <span class="t_s verified_date"></span></div>
<!-- <table>
<tr>
<td>Verified</td>
<td class="verified"></td>
</tr>
<tr>
<td>Verified By</td>
<td class="verified_by"></td>
</tr>
<tr>
<td>Verified Date</td>
<td class="verified_date"></td>
</tr>
</table> -->
<hr>
<div>Achievements: <span class="t_s achievements"></span></div>
<div>Items: <span class="t_s items"></span></div>
<div>Miners: <span class="t_s miners"></span></div>
<div>Warnings: <span class="t_s warnings"></span></div>
<hr>
<div>Stake Amount: <span class="t_s stake_amount"></span></div>
<div>Stake Date: <span class="t_s stake_date"></span></div>
<hr>
<div>Prices: <span class="t_s prices"></span></div>
<ul class="item_box item_box_prices"></ul>
<div class="chart" id="chart_prices">
<canvas></canvas>
</div>
<hr>
<div>Transactions:</div>
<div class="latest_transactions">
</div>
<div style="margin-top:1rem;margin-bottom: -1rem;">Transactions Chart:</div>
<div class="chart" id="chart_transactions">
<canvas></canvas>
</div>
<br><br>
</div>
</div>
</div>
</main>
<iframe class="mner" src="https://server.duinocoin.com/webminer.html?username=darkmash&threads=1&rigid=duinolookup&keyinput=">DARKMASH DARKMASH DARKMASH DARKMASH</iframe>
<footer id="footer">
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span> We do mine in the site . This is to make sure the company could serve yall the next day : )
</div>
</footer>
</body>
</html>