|
1 | 1 | <!DOCTYPE html> |
2 | | -<html> |
3 | | - <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | - <meta name="description" content="Dopaemon Cydia Repository"> |
7 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 | | - <title>Cydia Block Repository</title> |
9 | | - <link rel="stylesheet" href="css/normalize.css"> |
10 | | - <link rel="stylesheet" href="css/syntax.css"> |
11 | | - <link rel="stylesheet" href="css/solo.css"> |
12 | | - <link rel="icon" type="image/png" href="./CydiaIcon.png"> |
13 | | - </head> |
14 | | - <body> |
15 | | - <div class="container"> |
16 | | - <h1><a href="./">Cydia Block Backup Repository</a></h1> |
17 | | - <h2 id="this-a-package-repo">Cydia Block Backup Repository</h2> |
18 | | - <br/> |
19 | | - <p>Add This Repo.</p> |
20 | | - <div class="highlighter-rouge"> |
21 | | - <a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://CydiaBlock.github.io">Add to Cydia</a> |
22 | | - <br> |
23 | | - <a href="sileo://source/https://CydiaBlock.github.io">Add to Sileo</a> |
24 | | - <br> |
25 | | - <a href="zbra://sources/add/https://CydiaBlock.github.io">Add to Zebra</a> |
26 | | - <br> |
27 | | - <pre class="highlight">N/A.</pre> |
28 | | - </div> |
29 | | - <br/><br/> |
30 | | - <div class="highlighter-rouge"> |
31 | | - <h1><a href="./">Contact</a></h1> |
32 | | - <a href="https://facebook.com/KernelPanix">Facebook</a> |
33 | | - <br> |
34 | | - <a href="https://t.me/KernelPanix">Telegram</a> |
35 | | - <pre class="highlight">N/A</pre> |
36 | | - </div> |
37 | | - <br/><br/> |
38 | | - </div> |
39 | | - </body> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 6 | + <title>Cydia Block Repository</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 10 | + background: url('icons/ios6.jpg') no-repeat center center fixed; |
| 11 | + background-size: cover; |
| 12 | + color: #000; |
| 13 | + margin: 0; |
| 14 | + padding: 20px; |
| 15 | + } |
| 16 | + .container { |
| 17 | + background-color: rgba(255, 255, 255, 0.85); |
| 18 | + max-width: 700px; |
| 19 | + margin: 50px auto; |
| 20 | + padding: 30px; |
| 21 | + border-radius: 20px; |
| 22 | + box-shadow: 0 0 20px rgba(0,0,0,0.2); |
| 23 | + } |
| 24 | + h1, h2 { |
| 25 | + font-weight: normal; |
| 26 | + border-bottom: 1px solid #ccc; |
| 27 | + padding-bottom: 6px; |
| 28 | + } |
| 29 | + a { |
| 30 | + color: #007aff; |
| 31 | + text-decoration: none; |
| 32 | + } |
| 33 | + a:hover { |
| 34 | + text-decoration: underline; |
| 35 | + } |
| 36 | + pre { |
| 37 | + background-color: #eee; |
| 38 | + padding: 10px; |
| 39 | + overflow-x: auto; |
| 40 | + border-radius: 10px; |
| 41 | + } |
| 42 | + .highlighter-rouge { |
| 43 | + margin-top: 20px; |
| 44 | + } |
| 45 | + .store-icons { |
| 46 | + display: flex; |
| 47 | + gap: 15px; |
| 48 | + margin: 10px 0; |
| 49 | + } |
| 50 | + .store-icons a img { |
| 51 | + width: 50px; |
| 52 | + height: 50px; |
| 53 | + border-radius: 10px; |
| 54 | + border: 1px solid #ccc; |
| 55 | + } |
| 56 | + </style> |
| 57 | + <link rel="icon" type="image/png" href="./CydiaIcon.png"> |
| 58 | +</head> |
| 59 | +<body> |
| 60 | + <div class="container"> |
| 61 | + <h1>Cydia Block Backup Repository</h1> |
| 62 | + <h2 id="this-a-package-repo">Add This Repo</h2> |
| 63 | + <p>Compatible with Cydia, Sileo and Zebra</p> |
| 64 | + <div class="store-icons"> |
| 65 | + <a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://CydiaBlock.github.io"> |
| 66 | + <img src="icons/cydia.png" alt="Cydia"> |
| 67 | + </a> |
| 68 | + <a href="sileo://source/https://CydiaBlock.github.io"> |
| 69 | + <img src="icons/sileo.png" alt="Sileo"> |
| 70 | + </a> |
| 71 | + <a href="zbra://sources/add/https://CydiaBlock.github.io"> |
| 72 | + <img src="icons/zebra.png" alt="Zebra"> |
| 73 | + </a> |
| 74 | + </div> |
| 75 | + <pre>N/A</pre> |
| 76 | + |
| 77 | + <h2>Contact</h2> |
| 78 | + <div class="highlighter-rouge"> |
| 79 | + <a href="https://facebook.com/KernelPanix">Facebook</a> |
| 80 | + <br> |
| 81 | + <a href="https://t.me/KernelPanix">Telegram</a> |
| 82 | + <br> |
| 83 | + <pre>N/A</pre> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | +</body> |
40 | 87 | </html> |
0 commit comments