forked from caspd3v/Repo2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1006 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
<!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>CaspD3V's Repo</title>
<link rel="stylesheet" href="css/pack.css">
<style>
body, html{
margin:0px;
font-family:helvetica;
overflow-x:hidden;
height:100%;
background-color:#101010
}
.button{
display:inline-block;
width:80px;
padding:10px;
border-radius:5px;
background-color:#e74f4f;
margin:10px;
color:white;
text-decoration:none;
font-weight:500;
}
</style>
</head>
<body>
<center>
<img style="width:100px;margin:10px;border-radius:20px;;margin-top:40px;" src="https://app.eonhubapp.com/images/icons/blank.png">
<h1 style="margin:0px;font-size:25px;color:#fff;">My Repo</h1>
<p style="margin:10px;font-size:15px;color:#fff;">My Tweaks & More..</p>
<a class="button" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.website.com">Add Repo</a>
</center>
</body>
</html>