
        <!DOCTYPE html>
        <html lang="hr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Power Ella Pilgrim - Uskoro</title>
            <style>
                body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f4f4f9; color: #333; }
                .container { text-align: center; padding: 20px; }
                h1 { font-size: 3rem; margin-bottom: 10px; color: #222; }
                p { font-size: 1.2rem; color: #666; }
                .logo { font-weight: bold; color: #000; margin-bottom: 20px; display: block; font-size: 1.5rem; text-decoration: none; }
            </style>
        </head>
        <body>
            <div class="container">
                <div class="logo">POWERELLAPILGRIM.COM</div>
                <h1>Stranica je u izradi</h1>
                <p>Vraćamo se uskoro s novim sadržajem. Hvala na strpljenju!</p>
            </div>
        </body>
        </html>