-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (73 loc) · 3.73 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YEXKL0Q75H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YEXKL0Q75H');
</script>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maddons Manager</title>
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index, follow">
<meta name="bingbot" content="index, follow">
<meta name="generator" content="PentSec CMS">
<meta name="keywords"
content="MaddonsManager, maddons, manager, addons, wowaddons, lichking addons, cataclysm addons, pandarian addons,">
<meta name="description"
content="Maddons - Browse and download from a large library of addons, ElvUI profiles and old WeakAuras for World of Warcraft private servers.">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Maddons Manager - WoW Private Server Addons, ElvUI, WeakAuras | Home">
<meta property="og:url" content="https://maddonsmanager.github.io/">
<meta property="og:description"
content="Maddons - Browse and download from a large library of addons, ElvUI profiles and old WeakAuras for World of Warcraft private servers.">
<meta property="og:image" content="https://maddonsmanager.github.io/logo.png">
<meta property="og:image:secure_url" content="https://maddonsmanager.github.io/logo.png">
<meta property="og:site_name" content="Maddons">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="640">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Maddons Manager - WoW Private Server Addons, ElvUI, WeakAuras | Home">
<meta name="twitter:description"
content="Maddons - Browse and download from a large library of addons, ElvUI profiles and old WeakAuras for World of Warcraft private servers.">
<meta name="twitter:image" content="https://maddonsmanager.github.io/logo.webp">
<link rel="apple-touch-icon" href="https://maddonsmanager.github.io/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="16x16" href="https://maddonsmanager.github.io/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="32x32" href="https://maddonsmanager.github.io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://maddonsmanager.github.io/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="https://maddonsmanager.github.io/android-chrome-512x512.png">
<link rel="canonical" href="https://maddonsmanager.github.io/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://maddonsmanager.github.io/",
"logo": "https://maddonsmanager.github.io/logo.webp",
"contactPoint": [{
"@type": "ContactPoint",
"email": "pentsec.2@protonmail.net",
"contactType": "customer service",
"availableLanguage": ["en"]
}],
"sameAs": [
"https://x.com/maddonsmanager"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/maddons.tsx"></script>
</body>
</html>