<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Game Server Only</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { background:#0f172a; color:#e2e8f0; font-family:sans-serif; text-align:center; padding:50px;}
h1 { font-size:2rem; }
p { font-size:1rem; }
</style>
</head>
<body>
<h1>🎮 Game Server Only</h1>
<p>This domain is for Minecraft connections only.</p>
</body>
</html>