-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (137 loc) · 4.81 KB
/
index.html
File metadata and controls
152 lines (137 loc) · 4.81 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://duongbach.ga" />
<meta property="og:type" content="website" />
<meta property="og:title" content="download code cua duogbach o day nek ❤" />
<meta name="google-site-verification" content="9aean2MaL3l-1mSTK3bFAmK5ftGjk3jBgHHlqadjzTY" />
<meta property="og:description" content="download code cua duogbach o day nek" />
<meta property="og:image" content="https://i.pinimg.com/564x/a9/5a/c4/a95ac41b6c87b332c8aab03e8516ee62.jpg" />
<title>download code cua duogbach o day nek ❤</title>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
</script>
<link rel="shortcut icon" href="./favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/fe78fbcdb4.js" crossorigin="anonymous"></script>
<body oncontextmenu="return false">
<script type="text/javascript">
document.onkeydown = function (e) {
return false;
}
</body>
<script>
/*function check(e)
{
alert(e.keyCode);
}*/
document.onkeydown = function(e) {
if (event.keyCode == 123) {//Alt+c, Alt+v will also be disabled sadly.
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'S'.charCodeAt(0)){
return false;
}
}
</script>
</head>
<body>
<div class="center-screen">
<div id="info">
<h1>Download source code để tham khảo</h1>
<button onclick="alertInfo()">Download tại đây</button>
</div>
<div id="show">
<p>Có cái nịt  ̄へ ̄</p>
<img src="./meme.jpg" alt="">
</div>
</div>
<!-- Footer start -->
<footer class="footer">
<p>©Copyright 2023<br> <a href="https://www.facebook.com/duonggbach003" class="copyright">Duog Bach</a> <i class="fa fa-heart"></i></p>
</footer>
<!-- Footer end -->
<script>
function alertInfo() {
var hide = document.getElementById("info").style.display = "none";;
var show = document.getElementById("show").style.display = "block";
}
</script>
<style>
body {
font-family: 'Roboto', sans-serif;
}
.center-screen {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#show {
display: none;
}
#show img {
width: 300px;
height: auto;
}
button {
padding: 5px 10px;
}
.footer{
text-align: center;
margin-top:900px;
}
.footer .copyright{
display : inline-block;
text-decoration: none;
color :#e0d320;
font-weight: bold;
padding-top: 3px;
}
i{
color: red;
}
</style>
<!-- Messenger Plugin chat Code -->
<div id="fb-root"></div>
<!-- Your Plugin chat code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "102788465866644");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v14.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/vi_VN/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>