Update index.html
This commit is contained in:
parent
edcdfaab80
commit
ff3fff48e6
1 changed files with 7 additions and 8 deletions
15
index.html
15
index.html
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Micah Gomez</title>
|
||||
<title>Micah Gomez | repo</title>
|
||||
<link rel="shortcut icon" href="images/favicon.ico">
|
||||
<link id="pagestyle" rel="stylesheet" href="/css/style.css">
|
||||
<script src="./js/jquery.min.js"></script>
|
||||
|
|
@ -14,31 +14,30 @@
|
|||
|
||||
<div class="bodycontent">
|
||||
<div class="headingcontent">
|
||||
<h1>Micah Gomez apt repo</h1>
|
||||
<h4>a subsidiary of micahpgomez.dev</h4>
|
||||
<h1>Micah Gomez Repo</h1>
|
||||
<h2>Widgets, apps, and tweaks for jailbroken iOS Devices</h2>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<div class="tilecontent">
|
||||
<button onclick="location.href='cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.micahpgomez.dev';" class="contentbutton">
|
||||
<button onclick="location.href='cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.micahpgomez.com';" class="contentbutton">
|
||||
<p>Add to Cydia</p>
|
||||
</button>
|
||||
<br>
|
||||
<button onclick="location.href='sileo://source/https://repo.micahpgomez.dev/';" class="contentbutton">
|
||||
<button onclick="location.href='sileo://source/https://repo.micahpgomez.com/';" class="contentbutton">
|
||||
<p>Add to Sileo</p>
|
||||
</button>
|
||||
<br>
|
||||
<button onclick="location.href='installer://add/repo=repo.micahpgomez.dev';" class="contentbutton">
|
||||
<button onclick="location.href='installer://add/repo=repo.micahpgomez.com';" class="contentbutton">
|
||||
<p>Add to Installer</p>
|
||||
</button>
|
||||
<br>
|
||||
<button onclick="location.href='zbra://sources/add/https://repo.micahpgomez.dev';" class="contentbutton">
|
||||
<button onclick="location.href='zbra://sources/add/https://repo.micahpgomez.com';" class="contentbutton">
|
||||
<p>Add to Zebra</p>
|
||||
</button>
|
||||
<br>
|
||||
<br>
|
||||
<button onclick="location.href='https://micahpgomez.dev';" class="contentbutton">
|
||||
<button onclick="location.href='https://micahpgomez.com';" class="contentbutton">
|
||||
<p>Home Page</p>
|
||||
</button>
|
||||
<br>
|
||||
|
|
|
|||
Reference in a new issue