<!DOCTYPE html>
<html>
<head>
    <title>0xly SHA256 Mining Pool Proxy</title>
    <style>
        body { font-family: system-ui, -apple-system, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; }
        h1 { color: #4f46e5; }
        code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; }
        .box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px; margin: 20px 0; }
    </style>
</head>
<body>
    <h1>0xly SHA256 Mining Pool Proxy</h1>
    <div class="box">
        <h3>Connection Details</h3>
        <p><strong>Stratum URL:</strong> <code>stratum+tcp://sha256.oxly.io:3333</code></p>
        <p><strong>SSL Stratum:</strong> <code>stratum+ssl://sha256.oxly.io:3334</code></p>
    </div>
    <p>Configure your miner with the stratum URL above. Use your account username as the worker name.</p>
    <p><a href="https://account.oxly.io">Login to your dashboard</a></p>
</body>
</html>