81 lines
3.6 KiB
HTML
81 lines
3.6 KiB
HTML
<html>
|
|
<head>
|
|
<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=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
|
|
<link href="/styles/index.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
<style>
|
|
body{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
p {
|
|
color:black;
|
|
font-family: "Raleway", "Arial", sans-serif;
|
|
}
|
|
h1{
|
|
color:black;
|
|
font-family: "Raleway", "Arial", sans-serif;
|
|
}
|
|
h2{
|
|
color:black;
|
|
font-family: "Raleway", "Arial", sans-serif;
|
|
}
|
|
h3{
|
|
color:black;
|
|
font-family: "Raleway", "Arial", sans-serif;
|
|
}
|
|
li {
|
|
color:black;
|
|
font-family: "Raleway", "Arial", sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="navbarContainer">
|
|
<div id="navbar">
|
|
<a href="/index.html" id="bigtext">CactusSMP</a>
|
|
<a href="/about.html">About</a>
|
|
<a href="/gallery.html">Gallery</a>
|
|
<a href="/play/index.html">Play</a>
|
|
<a href="https://cactus-smp.craftingstore.net/">Shop</a>
|
|
<a id="discord" href="https://discord.gg/2xHAsegC">Discord</a>
|
|
<div id="copyIp">
|
|
<button id="copyButton" type="button">
|
|
<i class="bi bi-clipboard-check-fill" id="copyIcon"></i>
|
|
</button>
|
|
<input type="text" readonly="true" value="Coming Soon!" id="ip"/>
|
|
</div>
|
|
<script src="/js/copy.js"></script>
|
|
</div>
|
|
</div>
|
|
<div id="centerThing">
|
|
<div id="aboutText">
|
|
<p id="aboutP">
|
|
<h1>About CactusSMP</h1>
|
|
<h2>Welcome to CactusSMP!</h2>
|
|
<p>CactusSMP is a Minecraft server that brings together players from all over the world to create a fun, exciting, and engaging experience. Whether you're a builder, adventurer, or just looking to hang out with friends, CactusSMP is the place for you!</p>
|
|
|
|
<h3>Our Mission</h3>
|
|
<p>Our goal is to provide a community where players can enjoy Minecraft in a friendly and safe environment. We host events, challenges, and game modes that are designed to be enjoyable for players of all skill levels.</p>
|
|
|
|
<h3>What We Offer</h3>
|
|
<ul>
|
|
<li>Survival Multiplayer with a custom experience</li>
|
|
<li>Regular events and challenges</li>
|
|
<li>Friendly community and active staff</li>
|
|
<li>Custom plugins and features</li>
|
|
</ul>
|
|
|
|
<h3>Join Us!</h3>
|
|
<p>If you're ready to dive into the action, head to our <a id="diddy" href="/play">play page</a> to get started. we can't wait to see you on CactusSMP!</p>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<div id="footer">
|
|
<p id="footerText">© CactusSMP Admins</p>
|
|
</div>
|
|
</html> |