44 lines
2.0 KiB
HTML
44 lines
2.0 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>CactusMC - Gallery</title>
|
|
<style>
|
|
body{
|
|
display:flex;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
<meta name="google-adsense-account" content="ca-pub-3452692176733688">
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3452692176733688"
|
|
crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<div id="navbarContainer">
|
|
<div id="navbar">
|
|
<a id="bigtext" href="/">CactusMC</a>
|
|
<a href="/about">About</a>
|
|
<a href="/gallery">Gallery</a>
|
|
<a href="https://multiclient.cactusmc.us">Play</a>
|
|
<a href="https://shop.cactusmc.us/">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">© CactusMC Developer Team</p>
|
|
<div>
|
|
</body>
|
|
</html> |