mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 03:00:49 +00:00
76 lines
3.2 KiB
HTML
76 lines
3.2 KiB
HTML
<!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.tsx"></script>
|
|
</body>
|
|
</html>
|