diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-05-31 18:37:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 18:37:04 +0530 |
commit | e0b8e02b8816c3582fea0e3e19e1bacbed256965 (patch) | |
tree | 93c68b516da793c05499b9b0bb70f77f210af3dc /index.html | |
parent | 333bfa7acb85e2f83f4410d7715f4276d80e7360 (diff) |
added zebra button
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,6 +78,8 @@ button { <body class="PageGradient"> <h1 align=center class="MainText">Navan's Repo</h1><center> - <button class="Cydia" onclick="location.href='cydia://url/https://cydia.saurik.com/api/share#?source=https://navanchauhan.github.io/repo/'">Add to Cydia</button><button class="Sileo" onclick="location.href='sileo://source/https://navanchauhan.github.io/repo/'">Add to Sileo</button> + <button class="Cydia" onclick="location.href='cydia://url/https://cydia.saurik.com/api/share#?source=https://navanchauhan.github.io/repo/'">Add to Cydia</button> + <button class="Sileo" onclick="location.href='sileo://source/https://navanchauhan.github.io/repo/'">Add to Sileo</button> + <button class="Zebra" onclick="location.href='zbra://sources/add/https://navanchauhan.github.io/repo'">Add to Zebra</button> </body> </html> |