        <!DOCTYPE html>
        <html lang="pt">
        <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <title>Site em manutenção</title>
            <style>
                body {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100vh;
                    margin: 0;
                    background: #f4f4f4;
                    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
                    color: #333;
                    text-align: center;
                }
                .box { max-width: 480px; padding: 40px; }
                h1 { font-size: 1.6em; margin-bottom: 0.4em; }
                p { color: #666; }
            </style>
        </head>
        <body>
            <div class="box">
                <h1>Estamos a fazer manutenção</h1>
                <p>O site encontra-se temporariamente indisponível. Voltamos em breve.</p>
            </div>
        </body>
        </html>
        
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading
Database Caching using Disk

Served from: tabelaindispensavel.com @ 2026-09-08 20:52:11 by W3 Total Cache
-->