-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (72 loc) · 3.22 KB
/
index.html
File metadata and controls
75 lines (72 loc) · 3.22 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
(function(){
var h = location.hostname;
if (h !== "minecraftlegacy.com" && h !== "www.minecraftlegacy.com" && h !== "localhost" && h !== "127.0.0.1") {
location.replace("https://minecraftlegacy.com" + location.pathname + location.search + location.hash);
}
})();
</script>
<title>Minecraft Legacy | Repository Index, Mods, and Discord Bot Resources</title>
<meta
name="description"
content="Minecraft Legacy repository index for community source mirrors, modding references, and Discord bot resources. Search and prioritize repos fast."
/>
<meta
name="keywords"
content="minecraft legacy, minecraft legacy edition, minecraft consoles, github repos, discord bots, minecraft discord bots, modding resources"
/>
<meta name="author" content="Minecraft Legacy Community" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="theme-color" content="#0d0e10" />
<link rel="canonical" href="https://minecraftlegacy.com/" />
<link rel="icon" type="image/png" sizes="32x32" href="/seo/favicon.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/seo/favicon.png" />
<link rel="apple-touch-icon" href="/seo/favicon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Minecraft Legacy Repository Index" />
<meta
property="og:description"
content="Browse prioritized Minecraft Legacy repositories, source mirrors, and Discord bot resources in one place."
/>
<meta property="og:url" content="https://minecraftlegacy.com/" />
<meta property="og:site_name" content="Minecraft Legacy" />
<meta property="og:image" content="/seo/og-image.png" />
<meta property="og:image:alt" content="Minecraft Legacy logo" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Minecraft Legacy Repository Index" />
<meta
name="twitter:description"
content="Find and search Minecraft Legacy repos, mirrors, and Discord bot resources with priority sorting."
/>
<meta name="twitter:image" content="/seo/og-image.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Minecraft Legacy",
"url": "https://minecraftlegacy.com/",
"description": "A searchable index of Minecraft Legacy repositories, source mirrors, and Discord bot resources.",
"inLanguage": "en",
"keywords": [
"minecraft legacy",
"minecraft consoles",
"minecraft discord bots",
"repository index",
"modding"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>