-
Notifications
You must be signed in to change notification settings - Fork 2
/
index - 副本.html
36 lines (32 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>小卒的自用插件备份源</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style>
a {
display: inline-block;
margin: 0 10px 0 0;
}
body{background:#232a32!important;}
body{color:#7e00c5!important;}
.container{background:#232a32!important;}
.text-primary{color:#7e00c5!important;}
.panel-heading{color:#7e00c5!important;}
.panel-body{color:#232a32!important;}
</style>
</head>
<body>
<div class="container">
<div class="well">
<p><span class="text-primary"style><b>小卒的自用插件备份源</b> </span> </p>
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://chaoticjoy.github.io/repo/">添加到Cydia/Zebra</a>
<a class="btn btn-sm btn-default" href="https://weibo.com/xiaozu">我的微博</a>
</div>
</div>
<div style="text-align:center">
</div>
</body>
</html>