-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
121 lines (109 loc) · 3.92 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
<title>Piyazon's Repo</title>
<link rel="shortcut icon" type="image/png" href="https://piyazon.top/assets/img/favicons/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://piyazon.top/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://piyazon.top/assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://piyazon.top/assets/img/favicons/favicon-16x16.png">
<link rel="mask-icon" href="https://piyazon.top/assets/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://piyazon.top/assets/img/favicons/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<style>
body,
html {
margin: 0px;
font-family: helvetica;
overflow-x: hidden;
height: 100%;
background-color: white
}
/* .button {
display: inline-block;
width: 80px;
padding: 10px;
border-radius: 5px;
background-color: #e74f4f;
margin: 10px;
color: white;
text-decoration: none;
font-weight: 500;
} */
.linux-logo {
margin: 10px 0px;
display: block;
width: 6rem;
height: 6rem;
border: 2px solid #5e94e9 !important;
border-radius: 50px !important;
padding: 0px 2.5px;
background-color: lightgray;
box-shadow: 0 9px 6px -6px black;
}
.btn {
margin: 5px 5px;
}
.mb-3 {
max-width: 310px;
}
.form-control {
font-size: 14px;
line-height: 1.42857;
color: #555;
font-weight: bold;
}
</style>
</head>
<body>
<center>
<a href="https://piyazon.top">
<img class="linux-logo" cdn="yes" src="/penguin.svg">
</a>
<h1 style="margin:0px;font-size:25px;color:black;">Piyazon</h1>
<p style="margin:10px;font-size:15px;color:black;">Persenal Repo</p>
<div class="mb-3">
<input type="text" class="form-control" value="https://piyazon.top/repo/">
</div>
<div class="btn-group" role="group" aria-label="Basic mixed styles example">
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://piyazon.top/repo/">
<button type="button" class="btn btn-outline-primary">
<img class="rounded" cdn="yes" src="/cydia.png" alt="cydia"
style="width: 25px; height: 25px;margin-right: 3px;">
Add to Cydia
</button>
</a>
<a href="zbra://sources/add/https://piyazon.top/repo/">
<button type="button" class="btn btn-outline-primary">
<img class="rounded" cdn="yes" src="/zebra.png" alt="zebra"
style="width: 25px; height: 25px;margin-right: 3px;">
Add to Zebra
</button>
</a>
</div> <br>
<div class="btn-group" role="group" aria-label="Basic mixed styles example">
<a href="installer://add/repo=https://piyazon.top/repo/">
<button type="button" class="btn btn-outline-primary">
<img class="rounded" cdn="yes" src="/installer.jpeg" alt="installer"
style="width: 25px; height: 25px;margin-right: 3px;">
Add to Installer
</button>
</a>
<a href="sileo://source/https://piyazon.top/repo/">
<button type="button" class="btn btn-outline-primary">
<img class="rounded" cdn="yes" src="/sileo.png" alt="sileo"
style="width: 25px; height: 25px;margin-right: 3px;">
Add to Sileo
</button>
</a>
</div>
</center>
<script src="https://piyazon.top/repo/dep/js/index.js"></script>
</body>
</html>