-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 979 Bytes
/
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
<html>
<style>
table {
border: 1px solid red;
}
</style>
<table>
<tbody>
<tr>
<th colspan="3" align="center">
<a
href="https://docs.google.com/uc?export=download&id=1489WlLhWgwQK-mAhhhtYTzw-pY-1w3Hs"
>Download Here</a
>
</th>
</tr>
<tr>
<td colspan="3">Other variants</td>
</tr>
<tr>
<td>
<a
href="https://docs.google.com/uc?export=download&id=10TEw4Z3o8bIAMD8G2dYpnS7z8HAerQzq"
>x86_64</a
>
</td>
<td>
<a
href="https://docs.google.com/uc?export=download&id=1dFt9CNATJKoQEj6Tzp7Cz1-hlyM2LKOG"
>armeabi-v7a</a
>
</td>
<td>
<a
href="https://docs.google.com/uc?export=download&id=1B2yZzWAPqk_AtIxnhdr4jamzw8mi1EOY"
>arm-v8a</a
>
</td>
</tr>
</tbody>
</table>
</html>