-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
executable file
·26 lines (23 loc) · 966 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Samg_is_a_Ninja</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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="container">
<h1><img src="CydiaIcon.png"> Samg_is_a_Ninja</h1>
</div>
<div class="container">
<div class="well">
<p>Samg_is_a_Ninja's cydia repo</p>
<a class="btn btn-sm btn-default" href="zbra://sources/add/https://samgisaninja.github.io/">Add to Zebra</a>
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://samgisaninja.github.io">Add to Cydia/Sileo</a>
<a class="btn btn-sm btn-default" href="https://github.com/Samgisaninja/Samgisaninja.github.io">Fork this repo!</a>
</div>
</div>
</body>
</html>