Update gallery/index.html

This commit is contained in:
frøstneek (Hai L) 2025-02-22 07:55:52 -08:00
parent 240f900e79
commit 812a1d8f72

View File

@ -5,7 +5,7 @@
<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>
<title>CactusMC</title>
<style>
body{
display:flex;
@ -16,7 +16,7 @@
<body>
<div id="navbarContainer">
<div id="navbar">
<a id="bigtext" href="/">CactusSMP</a>
<a id="bigtext" href="/">CactusMC</a>
<a href="/about">About</a>
<a href="/gallery">Gallery</a>
<a href="https://multiclient.cactusmc.us">Play</a>
@ -35,7 +35,7 @@
lmao no images silly server not up yet
</div>
<div id="footer">
<p id="footerText">© CactusSMP Admins</p>
<p id="footerText">© CactusMC Admins</p>
<div>
</body>
</html>