<!DOCTYPE html>
<html>
<head>
    <title>Wesitex Services</title>
    <style>
        body { font-family: Arial, sans-serif; text-align: center; margin: 50px; background: #f5f5f5; }
        .container { max-width: 800px; margin: 0 auto; background: white; padding: 40px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        .service { display: inline-block; margin: 20px; padding: 30px; border: 1px solid #ddd; border-radius: 8px; background: #fafafa; min-width: 200px; }
        .service h3 { color: #333; margin-top: 0; }
        .service a { color: #007bff; text-decoration: none; font-weight: bold; font-size: 18px; }
        .service a:hover { color: #0056b3; }
        .service p { color: #666; margin: 10px 0 0 0; }
        .secure { color: #28a745; font-size: 14px; margin-top: 20px; }
    </style>
</head>
<body>
    <div class="container">
        <h1>Welcome to Wesitex Services</h1>
        <p>Professional cloud services for your business</p>
        
        <div class="service">
            <h3><a href="https://phpmyadmin.wesitex.com">Database Management</a></h3>
            <p>PHPMyAdmin</p>
        </div>
        
        <div class="service">
            <h3><a href="https://cloud.wesitex.com">Cloud Storage</a></h3>
            <p>Nextcloud with S3</p>
        </div>
        
        <div class="service">
            <h3><a href="https://joomla.wesitex.com">Content Management</a></h3>
            <p>Joomla CMS</p>
        </div>
        
        <p class="secure">🔒 All services secured with SSL</p>
    </div>
</body>
</html>