first commit

This commit is contained in:
sky
2025-06-22 11:23:57 -04:00
commit 33008a105c
8 changed files with 323 additions and 0 deletions

35
index.html Normal file
View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ceres.rip</title>
<script src="index.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="main">ceres.rip</h1>
<p>dedicated to making your online experience better by providing high quality services.</p>
<h2 class="main">main projects</h2>
<cards>
<card class="selenite">
<img src="selenite/preview.webp">
<h3 class="text">selenite</h3>
<p class="text">an unblocked games site with over 400 games.</p>
<div class="buttons">
<a href="https://selenite.cc" class="button purple">try now</a>
<a href="https://git.ceres.rip/selenite" class="button light-purple">view source</a>
</div>
</card>
<card class="ethereal">
<img src="ethereal/preview.webp">
<h3 class="text">ethereal</h3>
<p class="text">an eaglercraft server with survival, a oneblock inspired gamemode, and duels.</p>
<div class="buttons">
<a href="https://ethereal.mov" class="button blue">try now</a>
</div>
</card>
</cards>
</body>
</html>