Updated index.html
This commit is contained in:
parent
82fb6ea7cb
commit
2f01d1624d
BIN
img/backgrounds/background2.png
Normal file
BIN
img/backgrounds/background2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
img/backgrounds/background3.webp
Normal file
BIN
img/backgrounds/background3.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
img/backgrounds/background4.jpg
Normal file
BIN
img/backgrounds/background4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 300 KiB |
BIN
img/backgrounds/background5.jpg
Normal file
BIN
img/backgrounds/background5.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
img/backgrounds/background6.png
Normal file
BIN
img/backgrounds/background6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 730 KiB |
30
index.html
30
index.html
@ -1,25 +1,25 @@
|
|||||||
<!--
|
<!--
|
||||||
RujuxMC Free Ocean Minecraft Template
|
SmithTechMC Free Ocean Minecraft Template
|
||||||
|
|
||||||
This template is completely free and will remain free forever.
|
This template is completely free and will remain free forever.
|
||||||
It is developed by Jallox from the SmartsHub Team. SmartsHub reserves
|
It is developed by SmithTechMC from the Smith & Tech Team. Smith & Tech reserves
|
||||||
the right to take any necessary action to protect this resource.
|
the right to take any necessary action to protect this resource.
|
||||||
|
|
||||||
You are NOT allowed to resell or redistribute this resource — including
|
You are NOT allowed to resell or redistribute this resource — including
|
||||||
any modified version — without explicit permission from the SmartsHub Team.
|
any modified version — without explicit permission from the Smith & Tech Team.
|
||||||
|
|
||||||
This web template is distributed under the BuiltByBit.com domain.
|
This web template is distributed under the SmithTech.com domain.
|
||||||
|
|
||||||
Thank you for using the RujuxMC Free Ocean Minecraft Template.
|
Thank you for using the SmithTechMC Free Ocean Minecraft Template.
|
||||||
If possible, please keep this notice at the top of your index.html file.
|
If possible, please keep this notice at the top of your index.html file.
|
||||||
It helps us a lot and prevents misunderstandings with users.
|
It helps us a lot and prevents misunderstandings with users.
|
||||||
|
|
||||||
— The SmartsHub Team
|
— The Smith & Tech Team
|
||||||
|
|
||||||
Support: https://discord.smartshub.dev/
|
Support: https://discord.smartshub.dev/
|
||||||
More resources: https://store.smartshub.dev/
|
More resources: https://store.smartshub.dev/
|
||||||
|
|
||||||
(c) SmartsHub 2025
|
(c) Smith & Tech 2025
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Smith & Tech</title>
|
<title>Smith & Tech</title>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="https://www.smithandtech.com/wp-content/uploads/2025/11/shield-sword-outline-custom-2.png" type="image/x-icon">
|
||||||
<script>
|
<script>
|
||||||
tailwind.config = {
|
tailwind.config = {
|
||||||
theme: {
|
theme: {
|
||||||
@ -62,7 +62,7 @@
|
|||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
background-color: #0f172a;
|
background-color: #0f172a;
|
||||||
color: #f8fafc;
|
color: #f8fafc;
|
||||||
background-image: url('/img/backgrounds/background1.png');
|
background-image: url('/img/backgrounds/background6.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@ -133,7 +133,7 @@
|
|||||||
<span id="playerCount" class="text-4xl xl:text-5xl font-bold text-marine-accent">0/0</span>
|
<span id="playerCount" class="text-4xl xl:text-5xl font-bold text-marine-accent">0/0</span>
|
||||||
<span class="text-text-light text-xl">Online Players</span>
|
<span class="text-text-light text-xl">Online Players</span>
|
||||||
<span id="minecraftIpText" class="text-text-dark text-lg clickable-text-copy"
|
<span id="minecraftIpText" class="text-text-dark text-lg clickable-text-copy"
|
||||||
onclick="copyToClipboard(this.textContent, 'Server ip copied to clipboard:')">MC.SERVERNAME.COM</span>
|
onclick="copyToClipboard(this.textContent, 'Server ip copied to clipboard:')">play.smithandtech.com:25566</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.youtube.com/yourchannel" target="_blank" rel="noopener noreferrer"
|
<a href="https://www.youtube.com/@SmithTech-MWE" target="_blank" rel="noopener noreferrer"
|
||||||
class="social-icon">
|
class="social-icon">
|
||||||
<!-- YouTube icon SVG -->
|
<!-- YouTube icon SVG -->
|
||||||
<svg class="w-10 h-10 text-text-light" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
<svg class="w-10 h-10 text-text-light" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||||
@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.instagram.com/" target="_blank" rel="noopener noreferrer"
|
<a href="https://www.instagram.com/smithandtech_" target="_blank" rel="noopener noreferrer"
|
||||||
class="social-icon">
|
class="social-icon">
|
||||||
<!-- Instagram icon SVG -->
|
<!-- Instagram icon SVG -->
|
||||||
<svg class="w-10 h-10 text-text-light" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
<svg class="w-10 h-10 text-text-light" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||||
@ -206,10 +206,10 @@
|
|||||||
<!-- Footer Section -->
|
<!-- Footer Section -->
|
||||||
<footer
|
<footer
|
||||||
class="p-4 xl:p-6 bg-marine-dark text-text-dark text-center text-sm rounded-t-xl mx-auto w-full max-w-7xl mb-4 border-t border-marine-light backdrop-blur-sm bg-opacity-80">
|
class="p-4 xl:p-6 bg-marine-dark text-text-dark text-center text-sm rounded-t-xl mx-auto w-full max-w-7xl mb-4 border-t border-marine-light backdrop-blur-sm bg-opacity-80">
|
||||||
<p>© 2025 RujuxMC. All right reserved. | Made with ❤️ by Jallox.</p>
|
<p>© 2025 Smith & Tech. All right reserved. | Made with ❤️ by MoWetTheDon.</p>
|
||||||
<p class="mt-2">Alowed: <bold>Modify, Host, Commercial-Use</bold>. Not allowed: <bold>Resell / redistribute
|
<!-- <p class="mt-2">Alowed: <bold>Modify, Host, Commercial-Use</bold>. Not allowed: <bold>Resell / redistribute
|
||||||
</bold>
|
</bold>
|
||||||
</p>
|
</p> -->
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user