-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (36 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<title>baggette.github.io</title>
<style>
body
{
font-family: monospace;
text-align: center;
}
a
{
color: #ff7700;
}
a:visited
{
color: #dd5500;
}
@media (prefers-color-scheme: dark)
{
body
{
background-color: #101010;
color: #ffffff;
}
}
</style>
</head>
<body>
<img src="CydiaIcon.png" height="128" alt="repo icon"/>
<h1>baggette.github.io</h1>
<hr>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=http://baggette.github.io/">add to cydia</a><br>
<a href="https://github.com/kawaiizenbo/kawaiizenbo.github.io">Source for the original repo made by kawaiizenbo</a>
</body>
</html>