41 lines
1.7 KiB
HTML
41 lines
1.7 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">
|
|
<title>CactusSMP</title>
|
|
<style>
|
|
body{
|
|
display:flex;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="navbarContainer">
|
|
<div id="navbar">
|
|
<a id="bigtext" href="/index.html">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" 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="images">
|
|
lmao no images silly server not up yet
|
|
</div>
|
|
<div id="footer">
|
|
<p id="footerText">© CactusSMP Admins</p>
|
|
<div>
|
|
</body>
|
|
</html> |