-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
101 lines (90 loc) · 5.26 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
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Primary Meta Tags -->
<title>Paradox AntiCheat - Minecraft Bedrock</title>
<meta name="title" content="Paradox AntiCheat - Minecraft Bedrock" />
<meta name="description" content="Explore Paradox AntiCheat, a powerful utility designed to combat malicious hackers on Bedrock Edition. Discover detailed information, tutorials, and guidance on effectively using and implementing Paradox AntiCheat to secure your gameplay experience. Enhance your understanding of anti-cheat measures and level up your defense against cheats in Minecraft Bedrock Edition." />
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<!-- Meta Tags Generated with https://metatags.io -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://Visual1mpact.github.io/Paradox_AntiCheat/" />
<meta property="og:title" content="Paradox AntiCheat - Minecraft Bedrock" />
<meta property="og:description" content="Explore Paradox AntiCheat, a powerful utility designed to combat malicious hackers on Bedrock Edition. Discover detailed information, tutorials, and guidance on effectively using and implementing Paradox AntiCheat to secure your gameplay experience. Enhance your understanding of anti-cheat measures and level up your defense against cheats in Minecraft Bedrock Edition." />
<meta property="og:image" content="https://raw.githubusercontent.com/Visual1mpact/Paradox_AntiCheat/rewrite/docs/Media/paradox_wiki.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://Visual1mpact.github.io/Paradox_AntiCheat/" />
<meta property="twitter:title" content="Paradox AntiCheat - Minecraft Bedrock" />
<meta property="twitter:description" content="Explore Paradox AntiCheat, a powerful utility designed to combat malicious hackers on Bedrock Edition. Discover detailed information, tutorials, and guidance on effectively using and implementing Paradox AntiCheat to secure your gameplay experience. Enhance your understanding of anti-cheat measures and level up your defense against cheats in Minecraft Bedrock Edition." />
<meta property="twitter:image" content="https://raw.githubusercontent.com/Visual1mpact/Paradox_AntiCheat/rewrite/docs/Media/paradox_wiki.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/theme-simple-dark.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-tomorrow.css">
<style>
:root {
--sidebar-nav-pagelink-background-image: none;
--sidebar-nav-link-before-content: '';
--sidebar-width : 20rem;
--content-max-width: 80rem;
--cover-max-width: 80em;
/* Here we adjust the theme colors including the colors for the button to reduce the brightness*/
--theme-color : #07ff03;
--cover-button-primary-background :#07ff0386 ;
}
.sidebar-nav ul > li.folder {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11.2' viewBox='0 0 7 11.2'%3E%3Cpath d='M1.5 1.5l4 4.1 -4 4.1' stroke-width='1.5' stroke='rgb%28179, 179, 179%29' fill='none' stroke-linecap='square' stroke-linejoin='miter' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: left calc(1em - 8px);
padding-left: 16px;
}
.sidebar-nav ul > li.folder.open {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.2' height='7' viewBox='0 0 11.2 7'%3E%3Cpath d='M1.5 1.5l4.1 4 4.1-4' stroke-width='1.5' stroke='rgb%2811, 135, 218%29' fill='none' stroke-linecap='square' stroke-linejoin='miter' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
background-position: left calc(1em - 6px);
}
.sidebar-nav li.folder > ul {
margin-left: 16px;
}
.sidebar-nav li.folder li.file > a {
padding-left: 16px;
}
.sidebar-nav>ul>li>ul>li>ul>li>a:before {
content: "" !important;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Paradox Anticheat',
repo: 'https://github.com/Visual1mpact/Paradox_AntiCheat/',
logo: './Media/paradox-rewrite.png',
loadSidebar: true,
auto2top: true,
coverpage: "cover.md",
onlyCover: true,
subMaxLevel: 2,
search: {
paths: 'auto',
noData: 'No Results!',
placeholder: "Search",
depth: 6,
hideOtherSidebarContent: false
},
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/components/prism-javascript.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/lib/plugins/search.min.js"></script>
</body>
</html>