forked from invalidunit/repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.19 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"/>
<title>添加软件源</title>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link rel="stylesheet" href="./css/style.css" type="text/css" media="all" />
<link href="css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="main-bg"/>
<h1>Tsangbaby's Repo</h1>
<div class="sub-main-w3"/>
<div class="bg-content-w3pvt"/>
<div class="top-content-style"/>
<img src="Tsangbabyvip.png" alt=""/>
</div>
<form action="#" method="post">
<p class="legend">添加软件源到 Sileo<span class="fa fa-hand-o-down"></span></p>
<a href="sileo://source/https://Tsangbaby.github.io/" class="follow-button">添加</a>
<p class="legend"></span></p>
<p class="legend">添加软件源到 Saily<span class="fa fa-hand-o-down"></span></p>
<a href="apt-repo://source/https://Tsangbaby.github.io/" class="follow-button">添加</a>
</form>
<p style="color:#ff0000;"><--- 不要为了升级放弃越狱的乐趣!---></p>
</br>
</br>
</body>
</html>