-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
54 lines (52 loc) · 2.08 KB
/
Copy pathabout.html
File metadata and controls
54 lines (52 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<meta property="og:title" content="About Us">
<meta property="og:image" content="https://bonthoi.com/CydiaIcon.png">
<meta property="og:url" content="https://bonthoi.com/about.html">
<meta property="og:site_name" content="About Us" />
<meta property="og:description" content="About Us bonthoi.com" />
<meta property="description" content="About Us bonthoi.com" />
<meta name="description" content="About Us bonthoi.com. I am a Developer Shinigami." />
<meta property="article:tag" content="About Us bonthoi.com" />
<meta property="og:type" content="website">
<script src=/my.js></script>
<link rel=stylesheet href=/lib/bootstrap.min.css></link>
<link rel=stylesheet href=/css/apply.css></link>
<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css ></link>
<meta name=viewport content='width=device-width, initial-scale=1.0, user-scalable=no' charset=utf-8 />
</head>
<body>
<div id=header-page></div>
<script>
my("#header-page").load("/header.template", function () {
my("#header-page").find("#about").addClass("active")
})
</script>
<div class="container">
<div class=row>
<div class=col>
<h3 class="mb-4 mt-5 text-center">
About Us
</h3>
<h5 class="mb-3">
Thông tin giới thiệu
</h5>
<p>
Website thuộc về <b>@bonthoi.com</b>. Ở đây sé phát hành các tinh chỉnh jailbreak cracked và các công cụ tiện ích cho jailbreak.
</p>
<p>
Mọi sự dóng góp đều được ủng hộ. Bạn có thể gửi cho tôi 1 thẻ cào điện thoại qua Facebook hoặc Twitter.
</p>
<p>
Bản quyền thuộc về <b>@bonthoi.com</b> theo giấy phép MIT. Biểu tượng bởi <b>@BonThoi</b> theo giấy phép saurik IT <a href=https://cydia.saurik.com>cydia.saurik.com</a>. Giấy phép MIT cho các hoạt động về thư viện myJS & plugin myjs.
</p>
<div class="my-3 text-center">
<img class="img-fluid w-50" src="https://bonthoi.com/CydiaIcon.png" />
</div>
</div>
</div>
</div>
</body>
</html>