-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
41 lines (41 loc) · 1.72 KB
/
gallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<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/[email protected]/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>