<!DOCTYPE html>
        <html>
        <head>
            <title>Database Error</title>
            <style>
                body { font-family: Arial, sans-serif; background: #f5f5f5; padding: 20px; }
                .error-box { background: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 20px; max-width: 800px; margin: 0 auto; }
                .error-title { color: #d00; font-size: 20px; margin-bottom: 15px; }
                .error-detail { background: #f9f9f9; padding: 10px; margin: 10px 0; border-left: 3px solid #d00; }
            </style>
        </head>
        <body>
            <div class="error-box">
                <div class="error-title">MySQL Error</div>
                <div class="error-detail">File: engine/classes/mysql.class.php at line 147</div>
                <div class="error-detail">Error Number: 1146</div>
                <div class="error-detail">Error: Table &#039;a105839_pal76.cities&#039; doesn&#039;t exist</div>
                <div class="error-detail">Query: SELECT slug, updated_at FROM cities WHERE is_active = 1</div>
            </div>
        </body>
        </html>