-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 2.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Ultra Combos Co., Ltd.">
<meta name="generator" content="Jekyll v4.1.1">
<title>OTA Download Links</title>
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<div class="container">
<div class="jumbotron p-4 p-md-6 text-white rounded bg-dark">
<div class="px-0">
<h1 class="display-6 font-italic">OTA Download Links</h1>
<p class="lead my-6">Ultra Combos Co., Ltd.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div
class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Minions</strong>
<h3 class="mb-0">22019-GRGirlsRoom</h3>
<a href="itms-services://?action=download-manifest&url=https://hoba.ultracombos.net/22019-GRGirlsRoom-manifest.plist"
class="stretched-link">Click to download</a>
</div>
</div>
<div
class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Minions</strong>
<h3 class="mb-0">22019-VLVillainPad</h3>
<a href="itms-services://?action=download-manifest&url=https://hoba.ultracombos.net/22019-VLVillainPad-manifest.plist"
class="stretched-link">Click to download</a>
</div>
</div>
</div>
</div>
</body>
</html>