29 lines
1.3 KiB
HTML
29 lines
1.3 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">
|
|
</head>
|
|
<body>
|
|
<div id="navbarContainer">
|
|
<div id="navbar">
|
|
<p id="bigtext">CactusSMP</p>
|
|
<a>About</a>
|
|
<a>Play</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="footer">
|
|
<p id="footerText">© CactusSMP Admins</p>
|
|
<div>
|
|
</body>
|
|
</html> |