<!DOCTYPE html>
<html>
<head>
    <title>QWAlex - Coming Soon</title>
    <style>
        body { 
            font-family: Arial, sans-serif; 
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white; 
            text-align: center; 
            padding-top: 100px;
            margin: 0;
            height: 100vh;
        }
    </style>
</head>
<body>
    <div class="container">
        Hello
    </div>
</body>
</html>