<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CFGFactory.com</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: #0a0a0a;
            color: #e0e0e0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }
        .container {
            max-width: 600px;
            text-align: center;
        }
        h1 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #fff;
        }
        p {
            font-size: 1.15rem;
            line-height: 1.7;
            color: #aaa;
            margin-bottom: 1rem;
        }
        .highlight {
            color: #4fc3f7;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>CFGFactory.com</h1>
        <p>Thank you for all these years.</p>
        <p>We'll soon release a torrent file to download this site's database <span class="highlight">(modification center, uploads etc)</span>.</p>
    </div>
</body>
</html>
