chore: initial commit of Server Configs

This commit is contained in:
sapient
2026-03-22 00:54:28 -07:00
commit 5fc35b2f76
226 changed files with 7906 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Moved</title>
<style>
body {
font-family: sans-serif;
text-align: center;
padding-top: 50px;
background-color: #f4f4f4;
}
.container {
background: white;
padding: 20px;
display: inline-block;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
img {
max-width: 100%;
height: auto;
border-radius: 4px;
margin-top: 20px;
}
a {
color: #007bff;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>This page moved to:</h1>
<p><a href="https://mewbuttpie.neocities.org">https://mewbuttpie.neocities.org</a></p>
<img src="https://mewbuttpie.neocities.org/library/2013-11-16_04-43-24.jpg" alt="Redirect Image">
</div>
</body>
</html>