-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui.txt
65 lines (59 loc) · 2.16 KB
/
ui.txt
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>Release Info</title>
</head>
<body>
<h2 style="text-align: center; padding-top: 60px;">Release Info</h2>
<h5 style="text-align: center;">Version 60</h5>
<br/>
<br/>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Architecture</b></td>
<td></td>
</tr>
<tr>
<td><b>Generation ID</b></td>
<td></td>
</tr>
<tr>
<td><b>IFL Version</b></td>
<td></td>
</tr>
<tr>
<td><b>IG Version</b></td>
<td></td>
</tr>
<tr>
<td><b>IG Version Code</b></td>
<td></td>
</tr>
<tr>
<td><b>Build Time</b></td>
<td></td>
</tr>
<tr>
<td><b>MD5 Hashs</b></td>
<td></td>
</tr>
</tbody>
</table>
<div style="text-align: center; padding: 15px;">
<a class="btn btn-secondary" href="#" role="button">Download Unclone</a>
<a class="btn btn-dark" href="#" role="button">Download Clone</a>
</div>
<div style="text-align: center; padding-bottom: 15px;"><a href="https://t.me/instafel">Telegram Group</a></div>
<script>
</script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>