This repository was archived by the owner on Jun 22, 2025. It is now read-only.
forked from nguyenthienhoan/nguyenthienhoan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 2.29 KB
/
index.html
File metadata and controls
65 lines (61 loc) · 2.29 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>iTer99's Repository</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="shortcut icon" href="assets/images/avatar.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/main.css"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="assets/images/avatar.png" alt="" width="200" height="200"/></span>
<h1 id="prompt">iTer99's Repo</h1>
<div class="p" id="add_repo">
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://denis0001-dev.github.io/iter99-repo">
<div class="pm" id="pm_cydia">
<div class="pm_icon"></div>
<div class="pm_label">Cydia</div>
</div>
</a>
<a href="sileo://source/https://denis0001-dev.github.io/iter99-repo">
<div class="pm" id="pm_sileo">
<div class="pm_icon"></div>
<div class="pm_label">Sileo</div>
</div>
</a>
<a href="zbra://sources/add/https://denis0001-dev.github.io/iter99-repo">
<div class="pm" id="pm_zebra">
<div class="pm_icon"></div>
<div class="pm_label">Zebra</div>
</div>
</a>
</div>
</header>
<footer>
<h2>- my social -</h2>
<ul class="icons">
<li><a href="https://www.facebook.com/nguyenthienhoann" target="_blank" class="icon brands fa-facebook-square">Facebook</a></li>
<li><a href="https://twitter.com/ngthienhoan" target="_blank" class="icon brands fa-twitter-square">Twitter</a></li>
<li><a href="https://github.com/iter99/" target="_blank" class="icon brands fa-github-square">Github</a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>© iTer99</li>
<li>All Rights Reserved</li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>