aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100755
index 0000000..539fbe2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Boomerang Repository</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="/CydiaIcon.png">
+
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
+ <link rel="stylesheet" href="/css/index.css">
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+</head>
+<body>
+ <div class="container">
+ <div class="page-header">
+ <img src="/CydiaIcon.png" alt="Repo Icon" height="40" width="40" class="repo-icon">
+ <h1>Boomerang Repository</h1>
+ </div>
+ <div class="row">
+ <div class="col-md-8">
+ <div class="panel panel-default">
+ <div class="panel-body">
+ This Boomerang repository hosts a number of packages. You can add it to Cydia using the share <a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://boomerang.jakes.site">link</a>!
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file