<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Release Files</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: sans-serif;
background-color: #f6f6f6;
color: #333;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
h1 {
margin-bottom: 0.3em;
}
p {
max-width: 400px;
text-align: center;
}
code {
background: #eee;
padding: 2px 4px;
border-radius: 4px;
}
</style>
</head>
<body>
<h1>📦 Release Zone</h1>
<p>Just some files. Installers, tools, maybe even magic.<br>
If you're here, you probably know what you're doing.</p>
<p><small>Tip: direct file links work, like <code>/setup.sh</code></small></p>
</body>
</html>