-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
34 lines (32 loc) · 1.24 KB
/
features.html
File metadata and controls
34 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>CyberShield: A MG Bots Project</title>
<!-- Twitter Card meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CyberShield | Discord Bot" />
<meta name="twitter:description" content="Advanced Features that we develop to ensure your server's security." />
<meta name="twitter:image" content="http://cybershieldbot.xyz/features.png" /> <!-- Replace with your image URL -->
<meta name="twitter:url" content="https://cybershieldbot.xyz/features" /> <!-- Replace with your URL -->
<style>
/* Make the entire background black */
body {
background-color: black;
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
</style>
<script>
// Redirect instantly to the desired URL
window.location.href = "https://secure.cybershieldbot.xyz/features"; // Replace with the URL you want
</script>
</head>
<body>
</body>
</html>