-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href="/favicon.ico" rel="icon" type="image/ico+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="MK Guilds Destroyer 💣" property="og:title"/>
<meta content="website" property="og:type"/>
<meta content="https://mkdestroyer.fun/" property="og:url"/>
<meta content="https://mkdestroyer.fun/favicon.ico" property="og:image"/>
<meta content="Created to raise awareness among Discord server managers about malicious individuals, I made this website to demonstrate how easy it is to deploy a destructive tool.
Thanks to this, server owners were able to recheck the security of their servers and will pay more attention to whom they grant privileges."
property="og:description"/>
<meta content="#1a202c" name="theme-color">
<title>MK Guilds Destroyer 💣</title>
</head>
<body>
<div id="root"></div>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>