forked from poisk-ls/best-modded-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
259 lines (256 loc) · 14.7 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!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" />
<link href="https://cdn.tailwindcss.com" rel="stylesheet" />
</head>
<body
class="h-screen overflow-hidden flex items-center justify-center"
style="background: #edf2f7"
>
<link rel="stylesheet" href="tailwind.css" />
<link rel="stylesheet" href="all.min.css" />
<section class="py-1 bg-blueGray-50">
<div class="w-full xl:w-4/12 px-4 mx-auto mt-24">
<div
class="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded bg-white"
>
<div class="rounded-t mb-0 px-4 py-3 border-0">
<div class="flex flex-wrap items-center">
<div
class="relative w-full px-4 max-w-full flex-grow flex-1"
>
<h3
class="font-semibold text-base text-blueGray-700"
>
Best Modded Site
</h3>
</div>
<div
class="relative w-full px-4 max-w-full flex-grow flex-1 text-right"
>
<button
class="bg-indigo-500 text-white active:bg-indigo-600 text-xs font-bold uppercase px-3 py-1 rounded outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150"
type="button"
>
See all
</button>
</div>
</div>
</div>
<div class="block w-full overflow-x-auto">
<table
class="items-center w-full border-collapse text-blueGray-700"
>
<thead class="thead-light">
<tr>
<th
class="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
>
Site name
</th>
<th
class="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
>
Rate
</th>
<th
class="px-6 bg-blueGray-50 text-blueGray-700 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left min-w-140-px"
></th>
</tr>
</thead>
<tbody>
<tr>
<th
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"
>
<a
href="https://modyolo.com"
target="_blank"
>Modyolo</a
>
</th>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
9/10
</td>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
<div class="flex items-center">
<span class="mr-2">9%</span>
<div class="relative w-full">
<div
class="overflow-hidden h-2 text-xs flex rounded bg-red-200"
>
<div
style="width: 90%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-red-500"
></div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"
>
<a
href="https://apkmody.com"
target="_blank"
>Apkmody</a
>
</th>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
8.9/10
</td>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
<div class="flex items-center">
<span class="mr-2">8.9%</span>
<div class="relative w-full">
<div
class="overflow-hidden h-2 text-xs flex rounded bg-purple-200"
>
<div
style="width: 85%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-purple-500"
></div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"
>
<a
href="https://happymod.com"
target="_blank"
>Happymod</a
>
</th>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
8.9%
</td>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
<div class="flex items-center">
<span class="mr-2">8.9%</span>
<div class="relative w-full">
<div
class="overflow-hidden h-2 text-xs flex rounded bg-purple-200"
>
<div
style="width: 85%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-pink-500"
></div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"
>
<a
href="https://an1.com"
target="_blank"
>an1</a
>
</th>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
10/10
</td>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
<div class="flex items-center">
<span class="mr-2">10%</span>
<div class="relative w-full">
<div
class="overflow-hidden h-2 text-xs flex rounded bg-lightBlue-200"
>
<div
style="width: 100%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-lightBlue-500"
></div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"
>
<a
href="https://modhello.com"
target="_blank"
>Modhello</a
>
</th>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
10/10
</td>
<td
class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4"
>
<div class="flex items-center">
<span class="mr-2">10%</span>
<div class="relative w-full">
<div
class="overflow-hidden h-2 text-xs flex rounded bg-orange-200"
>
<div
style="width: 100%"
class="shadow-none flex flex-col text-center whitespace-nowrap text-white justify-center bg-red-500"
></div>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer class="relative pt-8 pb-6 mt-16">
<div class="container mx-auto px-4">
<div
class="flex flex-wrap items-center md:justify-between justify-center"
>
<div class="w-full md:w-6/12 px-4 mx-auto text-center">
<div
class="text-sm text-blueGray-500 font-semibold py-1"
>
<a
href="#"
class="text-blueGray-500 hover:text-gray-800"
>© 2024 poisk-ls / Notus JS</a
>
</div>
</div>
</div>
</div>
</footer>
</section>
</body>
</html>