-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbkp.html
109 lines (96 loc) · 4.63 KB
/
bkp.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
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" type="image/png" href="https://media.discordapp.net/attachments/852862126976139284/930473088812974180/logo.png?width=466&height=468" />
<meta name="apple-mobile-web-app-title" content="SCB">
<link rel="shortcut icon" type="image/x-icon" href="https://media.discordapp.net/attachments/852862126976139284/930473088812974180/logo.png?width=466&height=468" />
<link rel="mask-icon" type="image/x-icon" href="https://media.discordapp.net/attachments/852862126976139284/930473088812974180/logo.png?width=466&height=468" color="#111" />
<script src="https://kit.fontawesome.com/507491af5e.js" crossorigin="anonymous"></script>
<meta name="google-site-verification" content="KxueVr_1PGlSz9e4ML8pYR2TL44e0SWFSyu0JaU1LYg" />
<title>Secret City</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css'>
<link rel="stylesheet" href="/assets/css/scball.css">
<meta name="title" content="Secret City Battleground">
<meta name="description" content="Secret City Battleground Best Bangladeshi Battleground Server| 20ms | FPS BOOST | Unlimited Car | PvP Custom Maps & More..">
<meta name="keywords" content="battleground, fivem pvp, bangladeshi rp server">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="team secret">
<script>
window.console = window.console || function(t) {};
</script>
<script>
if (document.location.search.match(/type=embed/gi)) {
window.parent.postMessage("resize", "*");
}
</script>
</head>
<body translate="no" >
<section class="showcase">
<div class="video-container">
<video src="/assets/images/SCB changelog x1.0.1.mp4" autoplay muted loop></video>
</div>
<div class="content">
<h1>Welcome to Secret City Battleground</h1>
<h3>Website Under Development</h3>
<a href="https://scb.secretcity.xyz/discord" class="btn">Discord <i class="fab fa-discord"></i></a>
</div>
</section>
<section id="about">
<h1>About</h1>
<p>
Our Secret City Battleground is a bit like open source. If you want you can give your car or script to our server. Those of you who want to contribute can join our server. You will get the rest of the information there. ❤️ [ QBCORE & CFX ]
<br>
If you want to open the server of another game, you can contact us. We will try to help you. Example [ Minecraft / SA-MP / Rust ]
</p>
<h2>Follow Me On Social Media </h2>
<div class="social">
<a href="https://secretcity.xyz/assets/images/SCB%20changelog%20x1.0.1.mp4" target="_blank"><i class="fab fa-youtube-square fa-3x"></i></a>
<a href="https://github.com/mr-Imran" target="_blank"><i class="fab fa-github fa-3x"></i></a>
</div>
</section>
<body oncontextmenu="return false">
<script type="text/javascript">
function mousehandler(e) {
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if ((eventbutton == 2) || (eventbutton == 3)) return false;
}
document.oncontextmenu = mischandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
function disableCtrlKeyCombination(e) {
var forbiddenKeys = new Array("a", "s", "c", "x","u");
var key;
var isCtrl;
if (window.event) {
key = window.event.keyCode;
//IE
if (window.event.ctrlKey)
isCtrl = true;
else
isCtrl = false;
}
else {
key = e.which;
//firefox
if (e.ctrlKey)
isCtrl = true;
else
isCtrl = false;
}
if (isCtrl) {
for (i = 0; i < forbiddenKeys.length; i++) {
//case-insensitive comparation
if (forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase()) {
return false;
}
}
}
return true;
}
</script>
</body>
</html>