update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Minecraft';
|
||||
src: url('https://fontmeme.com/fonts/minecraft-font/') format('truetype');
|
||||
src: url('https://my-mc.link/font/minecraft_font.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -594,7 +594,7 @@
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Minecraft';
|
||||
src: url('https://fontmeme.com/fonts/minecraft-font/') format('truetype');
|
||||
src: url('https://my-mc.link/font/minecraft_font.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
BIN
font/minecraft_font.ttf
Normal file
BIN
font/minecraft_font.ttf
Normal file
Binary file not shown.
14
index.html
14
index.html
@ -7,8 +7,8 @@
|
||||
<title>My-MC.Link</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="./mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="./mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="css/style_min.css?p=1" rel="stylesheet">
|
||||
<link href="favicon.ico" rel="icon" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -35,7 +35,7 @@
|
||||
<section class="hero-bg mb-12">
|
||||
<iframe id="ytplayer"
|
||||
src="https://www.youtube.com/embed/qLuc8kZty1A?autoplay=1&loop=1&mute=1&controls=0&showinfo=0&rel=0&iv_load_policy=3&playlist=qLuc8kZty1A"
|
||||
frameborder="0" allow="autoplay; loop" allowfullscreen></iframe>
|
||||
frameborder="0" allow="autoplay;" allowfullscreen></iframe>
|
||||
<img src="https://minecraft.wiki/images/Panorama_4.png" alt="Minecraft Panorama">
|
||||
<div class="hero-content">
|
||||
<h2
|
||||
@ -86,7 +86,7 @@
|
||||
My-MC Realms is a seamless alternative to Minecraft Realms, allowing you to connect to your Minecraft server directly from the Realms menu without needing the server address<BR><BR>Simply install the MyMcRealms mod within your client, run the <code class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code> command to register a slot, and access your server with ease.
|
||||
</p>
|
||||
<div class="flex justify-center mb-8">
|
||||
<img src="./mc/img/my-mc-realms.webp"
|
||||
<img src="img/my-mc-realms.webp"
|
||||
alt="MyMcRealms in action" class="max-w-full rounded-lg shadow-lg">
|
||||
</div>
|
||||
<p class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed">
|
||||
@ -168,7 +168,7 @@
|
||||
class="text-3xl minecraft-font mb-6 bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
|
||||
Begin Your Adventure</h2>
|
||||
<p class="text-lg mb-8 max-w-2xl mx-auto opacity-90 leading-relaxed">
|
||||
Join our vibrant community, set up your server in minutes, and play with friends across platforms. Free,
|
||||
Join our vibrant community, set up your server in minutes, and play with friends across platforms.<BR>Free,
|
||||
secure, and crafted for Minecraft fans.
|
||||
</p>
|
||||
<div class="flex justify-center gap-4 flex-wrap">
|
||||
@ -182,7 +182,7 @@
|
||||
class="text-3xl minecraft-font mb-6 bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
|
||||
Beta Phase Notice</h2>
|
||||
<p class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed">
|
||||
My-MC.Link is in beta, so minor issues may arise. <BR>Please review our
|
||||
My-MC.Link is in beta, so minor issues may arise.<BR>Please review our
|
||||
<a href="https://my-mc.link/terms.html" class="underline text-teal-400 hover:text-blue-400">Terms of
|
||||
Service</a> and
|
||||
<a href="https://discord.com/guidelines" class="underline text-teal-400 hover:text-blue-400">Discord
|
||||
@ -197,7 +197,7 @@
|
||||
donated by <a href="https://raven-scott.fyi" class="underline">SNXRaven</a>
|
||||
</p>
|
||||
</footer>
|
||||
<script src="./mc/js/main.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -8,8 +8,8 @@
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="./mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="./mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="css/style_min.css" rel="stylesheet">
|
||||
<link href="favicon.ico" rel="icon" type="image/x-icon">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Minecraft';
|
||||
@ -567,7 +567,7 @@
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<script src="./mc/js/main.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
<title>My-MC.Link API Wiki</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="https://my-mc.link/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<!-- Prism.js for syntax highlighting -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-okaidia.min.css" rel="stylesheet">
|
||||
<style>
|
||||
|
@ -7,8 +7,8 @@
|
||||
<title>My-MC.Link Wiki</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="https://my-mc.link/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<style>
|
||||
/* Table of Contents Styles */
|
||||
.toc {
|
||||
@ -469,7 +469,7 @@
|
||||
donated by <a href="https://raven-scott.fyi" class="underline">SNXRaven</a>
|
||||
</p>
|
||||
</footer>
|
||||
<script src="https://my-mc.link/mc/js/main.js"></script>
|
||||
<script src="https://my-mc.link/js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -7,8 +7,8 @@
|
||||
<title>MyMCLib Library Documentation</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="https://my-mc.link/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<!-- Prism.js for syntax highlighting -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-okaidia.min.css" rel="stylesheet">
|
||||
<style>
|
||||
@ -558,7 +558,7 @@ console.log(installedMods);</code></pre>
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script src="https://my-mc.link/mc/js/main.js"></script>
|
||||
<script src="https://my-mc.link/js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -7,8 +7,8 @@
|
||||
<title>MyMCLib Library Documentation</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="https://my-mc.link/css/style_min.css" rel="stylesheet">
|
||||
<link href="https://my-mc.link/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<!-- Prism.js for syntax highlighting -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-okaidia.min.css" rel="stylesheet">
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user