coderrrrr.site/index.html

66 lines
2.1 KiB
HTML
Raw Normal View History

2025-01-10 06:27:11 +00:00
<!DOCTYPE html>
2025-01-13 19:16:37 +00:00
<!-- 448526b3-974f-4b5c-9047-6e04ec0d824a duck you -->
2025-01-10 06:27:11 +00:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-01-13 18:34:56 +00:00
<title>coderrrrr</title>
2025-01-10 07:01:54 +00:00
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
2025-01-10 07:04:19 +00:00
background-color: #f0f4f8;
2025-01-10 07:01:54 +00:00
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
box-sizing: border-box;
2025-01-10 06:27:11 +00:00
}
2025-01-10 07:01:54 +00:00
.card {
background-color: white;
border-radius: 1rem;
padding: 2rem;
max-width: 28rem;
width: 100%;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
2025-01-10 07:04:19 +00:00
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
2025-01-10 07:01:54 +00:00
}
.card:hover {
2025-01-10 07:04:19 +00:00
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
transform: translateY(-5px) scale(1.02);
2025-01-10 07:01:54 +00:00
}
h1 {
font-size: 1.875rem;
font-weight: 300;
2025-01-10 07:04:19 +00:00
color: #2c5282;
2025-01-10 07:01:54 +00:00
margin-bottom: 1rem;
text-align: center;
}
p {
2025-01-10 07:04:19 +00:00
color: #4a5568;
2025-01-10 07:01:54 +00:00
line-height: 1.625;
margin: 0;
}
</style>
2025-01-10 06:27:11 +00:00
</head>
2025-01-10 07:01:54 +00:00
<body>
<div class="card">
2025-01-13 18:34:56 +00:00
<h1>Welcome to coderrrrr.site</h1>
2025-01-10 07:01:54 +00:00
<p>
2025-01-13 18:34:56 +00:00
So... Bomberfish DM'ed me on discord to kindly take his site down from my domain. So here we are! This is a small placeholder page while I work out the bugs in my actual site. You can find a production version of it at <a href="https://demo.coderrrrr.site">demo.coderrrrr.site</a>.
2025-01-10 06:27:11 +00:00
</p>
2025-01-13 19:31:04 +00:00
</br>
2025-01-13 19:11:44 +00:00
<code>Email: admin@coderrrrr.site</code>
2025-01-13 18:34:56 +00:00
<h5>Buttons:</h5>
2025-01-13 19:11:44 +00:00
<a href="https://lucida.to" target="_blank"><img loading="lazy" src="https://lucida.to/buttons/88x31.gif" alt="A web button with the description: Lucida: Free Music. No BS." title="Lucida: Free Music. No BS." referrerpolicy="no-referrer" crossorigin="anonymous"></a>
2025-01-10 06:27:11 +00:00
</div>
</body>
</html>