-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.html
84 lines (78 loc) · 1.96 KB
/
app.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
<html>
<style>
body {
font-size: 1.3em;
}
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
}
td,
th {
font-size: 1.2em;
padding: 20px;
}
img {
float: right;
}
</style>
<body>
<h1>SFIT Android Application</h1>
<h3>Install</h3>
<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>
<p>
<img src="./media/ss.jpg" alt="Droid Hardware Info Screenshot" />
<h3>Instructions Download</h3>
<span style="color: red">Note:</span>
The main apk file is over <b>27 mb</b>. Other variants are less than
<b>13mb</b>
If you do not know your mobile architecture follow the instructions
below<br />
Download
<a
href="https://play.google.com/store/apps/details?id=com.inkwired.droidinfo"
>
Droid Hardware Info
</a>
from google play store. <br />
In the <b>system</b> tab you can view your <b>Instruction Set</b>.
Download the specific version from above links.
</p>
</body>
</html>