-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapex.html
More file actions
438 lines (428 loc) · 26.8 KB
/
Copy pathapex.html
File metadata and controls
438 lines (428 loc) · 26.8 KB
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<title>Apex Legend Team</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://bootswatch.com/5/vapor/bootstrap.min.css">
<link rel="stylesheet" href="apex.css">
</head>
<body style="overflow-x:hidden;">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">Gamer Basement</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home
<span class="visually-hidden">(current)</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true"
aria-expanded="false">Games</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="apex.html">Apex Legend</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="csgo.html">Counter-Strike: Global Offensive</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item" href="valorant.html">Valorant</a>
<!-- <div class="dropdown-divider"></div> -->
</diV>
</li>
</ul>
<form class="d-flex">
<input id="searchResults" class="form-control me-sm-2" type="text" placeholder="Playername">
<button id="searchbtn" class="btn btn-secondary my-2 my-sm-0" type="submit" onclick="search()">Search</button>
</form>
</div>
</div>
</nav>
<div class="container-fluid px-0" style="margin-top: 50px;">
<div class="row">
<img src="srcpack/Others/apex2.png" class="d-block" style="width:40%; height:50%">
<div class="col-7">
<p class="display-1">Apex Legends Pro Settings And Gears</p>
<hr style="background-color: white; height: 1px; border: none;">
<p>Here's some Apex Legends pro players' settings and gears </p>
</div>
</div>
</div>
<div class="container-fluid mt-5">
<table class="table table-hover caption-top">
<caption class="h4" style="color: cyan;">Pro player settings :</caption>
<thead class="table-dark">
<tr>
<th scope="col" style="text-align: center;">Team</th>
<th scope="col" style="text-align: center;">Name</th>
<th scope="col" style="text-align: center;">Controller</th>
<th scope="col" style="text-align: center;">Screen</th>
<th scope="col" style="text-align: center;">Mouse</th>
<th scope="col" style="text-align: center;">Keyboard</th>
</tr>
</thead>
<tbody>
<tr class="bg-light text-dark">
<th scope="row">NRG</th>
<td>aceu</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B06XT6XQ6V/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XT6XQ6V&linkId=90c990a2a49c4062a65c89f6802af943">BenQ
XL2546</a></td>
<td><a
href="https://www.amazon.com/s?k=finalmouse&camp=1789&creative=9325&linkCode=xm2&linkId=f56c8c78576ad0cddef7a7b05ae688bd&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">FinalMouse
Starlight-12 Zeus</a></td>
<td><a
href="https://www.amazon.com/s?k=Ducky&camp=1789&creative=9325&linkCode=xm2&linkId=fd48726e080d032d2115f2611e0e8dab&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">Ducky
One TKL White</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">NRG</th>
<td>Rogue</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">Alienware
AW2518H</a></td>
<td><a
href="https://www.amazon.com/s?k=finalmouse&camp=1789&creative=9325&linkCode=xm2&linkId=f56c8c78576ad0cddef7a7b05ae688bd&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">FinalMouse
Ultralight 2</a></td>
<td><a href="https://www.duckychannel.com.tw/tw/Ducky-One2-Mini-RGB">Ducky One 2 Mini RGB</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">NRG</th>
<td>Mohr</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">Alienware
AW2518H</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07TT8G59J/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07TT8G59J&linkId=e9d9c2950154efa0473565800795da34">Razer
Viper Mini</a></td>
<td><a
href="https://www.amazon.com/s?k=MechanicalKeyboard&camp=1789&creative=9325&linkCode=xm2&linkId=fbfd328a157a76c9a32c3c4c8234b3d7&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">GK64
(Gateron Red)</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">NRG</th>
<td>sweetdreams</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B075RHSR4H/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B075RHSR4H&linkId=2eeec30c33d86cdcc0c0d5284fcb7f71">ASUS
MG248Q</a></td>
<td><a
href="https://www.amazon.com/gp/product/B01LXC1QL0/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01LXC1QL0&linkId=30ccd99a5aaa950057ecf9627c7176a9">ms
Razer DeathAdder Elite</a></td>
<td><a
href="https://www.amazon.com/gp/product/B074F5L8GQ/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B074F5L8GQ&linkId=bcc0ef80f8e89907381261f864c45de4&th=1">
HyperX Alloy FPS Pro</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">NRG</th>
<td>Lulu</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">Alienware
AW2518H</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07GCKQD77&linkId=0a1c881fb79b004083cc8aa35eec4c2e">Logitech
G Pro Wireless</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07MH4S81W/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07MH4S81W&linkId=950c7231d0b2c07b2fc8403f09adfcbc">Anne
PRO 2 White</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team SoloMid</th>
<td>albralelie</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">Alienware
AW2521H</a></td>
<td><a
href="https://www.amazon.com/gp/product/B087LP6F4Y/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B087LP6F4Y&linkId=8c7a6c2079f41120836f6347c049a74f">Logitech
G Pro X Superlight White</a></td>
<td><a
href="https://www.amazon.com/s?k=MechanicalKeyboard&camp=1789&creative=9325&linkCode=xm2&linkId=fbfd328a157a76c9a32c3c4c8234b3d7&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">Custom
Keyboard</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team SoloMid</th>
<td>imperialhal</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B08G57L985/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B08G57L985&linkId=af5b739bb87d5decebd37f552dbf3931">BenQ
XL2546K</a></td>
<td><a
href="https://www.amazon.com/gp/product/B087LP6F4Y/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B087LP6F4Y&linkId=8c7a6c2079f41120836f6347c049a74f">Logitech
G Pro X Superlight White</a></td>
<td><a
href="https://www.amazon.com/gp/product/B06XMRQ68B/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XMRQ68B&linkId=f559896ba11f1bfe589a08514b28cd77">Logitech
G Pro X Mechanical Keyboard</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team SoloMid</th>
<td>reps</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B06XT6XQ6V/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XT6XQ6V&linkId=90c990a2a49c4062a65c89f6802af943">BenQ
XL2546 </a></td>
<td><a
href="https://www.amazon.com/gp/product/B07CMS5Q6P/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07CMS5Q6P&linkId=a02c208736a639296d2737f9101f7fd5">Logitech
G305</a></td>
<td><a
href="https://www.amazon.com/gp/product/B06XMRQ68B/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XMRQ68B&linkId=f559896ba11f1bfe589a08514b28cd77">Logitech
G Pro X Mechanical Keyboard</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team SoloMid</th>
<td>viss</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B06WRP3F5S/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06WRP3F5S&linkId=304c080c6dc5a02ada68d0592ac0f7cf">ASUS
ROG Swift PG258Q</a> </td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07GCKQD77&linkId=0a1c881fb79b004083cc8aa35eec4c2e">Logitech
G Pro Wireless</a></td>
<td><a
href="https://www.amazon.com/gp/product/B06XMRQ68B/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XMRQ68B&linkId=f559896ba11f1bfe589a08514b28cd77">G640
TSM Edition Logitech G Pro Mechanical Keyboard</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team SoloMid</th>
<td>Snip3down</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">ALIENWARE
AW2521H</a></td>
<td><a
href="https://www.amazon.com/gp/product/B087LP6F4Y/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B087LP6F4Y&linkId=8c7a6c2079f41120836f6347c049a74f">LOGITECH
G PRO X SUPERLIGHT</a></td>
<td><a
href="https://www.amazon.com/gp/product/B06XMRQ68B/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B06XMRQ68B&linkId=f559896ba11f1bfe589a08514b28cd77">Logitech
G Pro X Mechanical Keyboard</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team Liquid</th>
<td>Mendokusaii</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/s?k=Alienware&camp=1789&creative=9325&linkCode=xm2&linkId=a3afaa743f28ecb7efe0fc620a253bb3&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">Alienware
AW2521H </a></td>
<td><a
href="https://www.amazon.com/gp/product/B087LP6F4Y/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B087LP6F4Y&linkId=8c7a6c2079f41120836f6347c049a74f">Logitech
G Pro X Superlight </a></td>
<td><a href="https://kbdfans.com/products/fully-assembled-tofu-60-keyboard">Tofu 60% Zealios 67g Switches</a>
</td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team Liquid</th>
<td>Flanker</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B00B2HH7G0/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B00B2HH7G0&linkId=f74f08449e2eed5cbda10ca0d0285ff7">
ASUS VG248QE </a></td>
<td><a
href="https://www.amazon.com/gp/product/B071S8M8TB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B071S8M8TB&linkId=33f033464a7e9914157a381eee5158d0">
Logitech G703</a></td>
<td><a
href="https://www.amazon.com/gp/product/B00DOWCQ0I/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B00DOWCQ0I&linkId=31ac76d9e5e60294ef525761f06bd717">Corsair
K65</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team Liquid</th>
<td>Casper</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B01N4ENDXR/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01N4ENDXR&linkId=d20f888fae6fad9e97b0615a9bd2cafe">ASUS
ROG PG278QR </a></td>
<td><a
href="https://www.amazon.com/gp/product/B07G1WSLYR/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07G1WSLYR&linkId=b0654bf9e6e8394595a1f1656425531d">
SteelSeries Rival 710 </a></td>
<td><a
href="https://www.amazon.com/gp/product/B07G2PY7KH/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07G2PY7KH&linkId=e7d0d9bc5f1047b230b26cc5a3e3612b&th=1">HyperX
Alloy FPS RGB</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team Liquid</th>
<td>Cali</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B0733VW5QB/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B0733VW5QB&linkId=375f79ae0712fbe6d0f187666554cc0e">Alienware
AW2518H </a></td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07GCKQD77&linkId=0a1c881fb79b004083cc8aa35eec4c2e">Logitech
G Pro Wireless </a></td>
<td><a
href="https://www.amazon.com/s?k=MechanicalKeyboard&camp=1789&creative=9325&linkCode=xm2&linkId=fbfd328a157a76c9a32c3c4c8234b3d7&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">Topre
Realforce 55G</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Team Liquid</th>
<td>Nocturnal</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.dell.com/support/home/zh-tw/product-support/product/alienware-25-gaming-monitor-aw2518hf/drivers">
Alienware 25 AW2518Hf</a></td>
<td><a href="https://store.logitech.tw/SalePage/Index/6728889?lang=zh-TW">Logitech GPro Superlight</a></td>
<td><a
href="https://www.expansys-tw.com/vortex-pok3r-v2-rgb-wireless-mechanical-gaming-keyboard-low-profile-red-axis-325565/">
Vortex POK3R </a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Cloud9</th>
<td>noted</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B01MCYUV19/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01MCYUV19&linkId=09138f4928fb022b3e814fb8a9da7c91">BenQ
XL2540</a></td>
<td><a
href="https://www.amazon.com/s?k=finalmouse&camp=1789&creative=9325&linkCode=xm2&linkId=f56c8c78576ad0cddef7a7b05ae688bd&tag=psnet-20&ref=as_li_qf_sp_sr_il_tl">FinalMouse
Ultralight 2 </a></td>
<td><a
href="https://www.amazon.com/gp/product/B07QHMJYFJ/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07B2XCDMV&linkId=d0818f37a8354026c2c1470bf3a3d615&th=1">Logitech
G513</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Cloud9</th>
<td>Chappie</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B01MCYUV19/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01MCYUV19&linkId=09138f4928fb022b3e814fb8a9da7c91">BenQ
XL2540</a> </td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07GCKQD77&linkId=0a1c881fb79b004083cc8aa35eec4c2e">Logitech
G Pro Wireless</a> </td>
<td><a
href="https://www.amazon.com/gp/product/B074F5L8GQ/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B074F5L8GQ&linkId=bcc0ef80f8e89907381261f864c45de4">HyperX
Alloy FPS Pro</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Cloud9</th>
<td>PVPX</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a href="https://www.amazon.com/Omen-25-Inch-Adjustment-Freesync-Technology/dp/B074155RHK">OMEN by HP
24.5"</a> </td>
<td><a
href="https://www.amazon.com/gp/product/B07FLP9391/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07FLP9391&linkId=e92a7f6a88f88c112d65c8a971cf1bea">
HyperX Pulsefire FPS Pro</a></td>
<td><a
href="https://www.amazon.com/gp/product/B01NCX88FQ/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01NCX88FQ&linkId=9eb6715db300c9799990fff5f0c5753e">HyperX
Alloy FPS</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Cloud9</th>
<td>Grego</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B00B2HH7G0/ref=as_li_ss_tl?tag=bgsstreamer-20&ie=UTF8&geniuslink=true">ASUS
VG248QE</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_ss_tl?tag=bgsstreamer-20&ie=UTF8&geniuslink=true">Logitech
G Pro</a></td>
<td><a
href="https://www.amazon.com/gp/product/B01BBKYM3I/ref=as_li_ss_tl?tag=bgsstreamer-20&ie=UTF8&geniuslink=true">Logitech
G810</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">Cloud9</th>
<td>OverpoweredOW</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a href="https://www.amazon.com/Acer-XF250Q-Cbmiiprx-FREESYNC-Technology/dp/B07G3GRFSZ">Acer XF250Q
Cbmiiprx</a></td>
<td><a href="https://www.amazon.com/FinalMouse-Ultralight-2-Cape-Town-PC/dp/B07KXVR236">Finalmouse Cape
Town</a></td>
<td><a href="https://www.duckychannel.com.tw/en/One-2-Mini-Frozen-Llama-RGB">Ducky MK Frozen Llama One 2
Mini</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">G2 Esports</th>
<td>phantasy</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a
href="https://www.amazon.com/gp/product/B01MXTEJ7A/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01MXTEJ7A&linkId=ee599a45cd8df0fca894653916f306c9">
AOC AG251FZ</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07GCKQD77/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B07GCKQD77&linkId=0a1c881fb79b004083cc8aa35eec4c2e">Logitech
G Pro Wireless</a></td>
<td><a
href="https://www.amazon.com/gp/product/B01BBKYM3I/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=psnet-20&creative=9325&linkCode=as2&creativeASIN=B01BBKYM3I&linkId=28cd807584f0bf4bffd7f18a53a035e2">Logitech
RGB G810</a></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">G2 Esports</th>
<td>Dezignful</td>
<td><a href="https://www.astrogaming.com/en-us/products/refurbished/refurb-c40-tr-gen-1.html"> ASTRO C40</a>
</td>
<td><a href="https://www.asus.com/hk/Displays-Desktops/Monitors/Gaming/VG278QR/">ASUS VG278</a></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
style="display:block; margin-left: auto; margin-right: auto;" width="80px" height="80px"></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">G2 Esports</th>
<td>Gentrifyinq </td>
<td><a href="https://scufgaming.com/int/playstation-impact-controller"> Scuf Impact</a></td>
<td><a href="https://www.asus.com/Displays-Desktops/Monitors/Gaming/MG248QR/">ASUS MG248QR</a></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">G2 Esports</th>
<td>Resultuh</td>
<td><a href="https://scufgaming.com/int/playstation-impact-controller">Scuf Impact</a></td>
<td><a href="https://www.asus.com/Displays-Desktops/Monitors/Gaming/VG248QE/">ASUS VG248QE</a></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
</tr>
<tr class="bg-light text-dark">
<th scope="row">G2 Esports</th>
<td>Mimu</td>
<td><img src="srcpack/Others/no.png" style="display:block; margin-left: auto; margin-right: auto;"
width="80px" height="80px"></td>
<td><a href="https://eu.aoc.com/en/gaming/products/monitors/ag251fg">AOC AG251FG</a></td>
<td><a href="https://www.amazon.com/Logitech-Wireless-Gaming-Esports-Performance/dp/B07GCKQD77">Logitech G PRO
Wireless</a></td>
<td><a
href="https://www.amazon.com/gp/product/B07QQB9VCV?ie=UTF8&linkCode=ll1&tag=liquipedia-20&linkId=e5d3e27011cbe743c98987351b837f45&language=en_US&ref_=as_li_ss_tl">Logitech
G PRO</a></td>
</tr>
</tbody>
</table>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="apex.js"></script>
</body>
</html>