This repository was archived by the owner on Nov 18, 2021. It is now read-only.
forked from julioverne/julioverne.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (97 loc) · 4.17 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<title>julioverne's Repo</title>
<noscript>
<link rel="stylesheet" href="ios7.min.css?_=ff" type="text/css" />
</noscript>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
</head>
<script src="jquery-3.5.1.min.js"></script>
<script src="description.js?_=ff"></script>
<body onload="loadPackages();">
<main id="content">
<h2 role="header">julioverne's Repo</h2>
<ul>
<li class="has-icon">
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://julioverne.github.io/" role="button">
<img style = "border-radius: 20%;" href="cydia7.png" alt="" srcset="cydia7.png 2x, cydia7.png 3x" class="icon"/>
<label>Open Cydia</label>
</a>
</li>
</ul>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://julioverne.github.io/</p>
<noscript>
<h2></h2><ul style="background:#ff0000"><center><li><p>Error JavaScript Disabled.</p></li></center></ul>
</noscript>
<span id="updates_" hidden><h2 role="header">Last Updates</h2><ul id="updates"></ul></span>
<span id="browser_" hidden><h2 role="header">Browse Packages</h2><ul id="browser"></ul></span>
<h2 role="header">Social</h2>
<ul>
<li class="has-icon">
<a href="https://github.com/julioverne" target="_blank" role="button">
<img style = "border-radius: 20%;" href="github.png" alt="" srcset="github.png 2x, github.png 3x" class="icon"/>
<label>GitHub</label>
</a>
</li>
<li class="has-icon">
<a href="https://www.reddit.com/user/julioverne" target="_blank" role="button">
<img style = "border-radius: 20%;" href="reddit.png" alt="" srcset="reddit.png 2x, reddit.png 3x" class="icon"/>
<label>Reddit</label>
</a>
</li>
<li class="has-icon">
<a href="https://twitter.com/iJulioVerne" target="_blank" role="button">
<img style = "border-radius: 20%;" href="twitter.png" alt="" srcset="twitter.png 2x, twitter.png 3x" class="icon"/>
<label>Follow julioverne</label>
</a>
</li>
<li class="has-icon">
<a href="https://www.patreon.com/julioverne" target="_blank" role="button">
<img style = "border-radius: 20%;" href="patreon.png" alt="" srcset="patreon.png 2x, patreon.png 3x" class="icon"/>
<label>Patreon</label>
</a>
</li>
</ul>
<h2 role="header">Donate / Help</h2>
<ul>
<!--li>
<center>
<p>via <b style="color:blue">Pay</b><b style="color:#668cff">Pal</b></p><br/>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="9HD8QM4S26CKA" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_BR/i/scr/pixel.gif" width="1" height="1" />
</form>
</center>
</li-->
<li class="has-icon">
<center>
<img style = "border-radius: 20%;" href="btc.png" alt="" srcset="btc.png 2x, btc.png 3x" class="icon"/>
<p>BTC - Bitcoin</p><br/>
<textarea onClick="this.select();" style="width:100%;height:100%;border-style: inset;border-width: 0px;background-color: rgba(0,0,0,0.0);text-align:center;" readonly>367bVUyupGj29Zjxp9Ye7itFSeDghr1mFA</textarea>
</center>
</li>
<li class="has-icon">
<img style = "border-radius: 20%;" href="ltc.png" alt="" srcset="ltc.png 2x, ltc.png 3x" class="icon"/>
<center>
<p>LTC - Litecoin</p><br/>
<textarea onClick="this.select();" style="width:100%;height:100%;border-style: inset;border-width: 0px;background-color: rgba(0,0,0,0.0);text-align:center;" readonly>MNJJcwTUKWVfcfEoe2d2kWnVNAfBBLkHg5</textarea>
</center>
</li>
</ul>
<h2 role="header">Theme</h2>
<ul>
<li>
<a onclick="toogleTheme();" role="button">
<p>Change Theme</p>
</a>
</li>
</ul>
</main>
<p style="text-align: center; font-size: 85%; margin-top: 10px;" role="footer" id="neo">julioverne © 2021</p>
</body>
</html>