<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Instalador - Bolsa Têxtil CAEMG</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f5f5f5; padding: 40px; }
        .container { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 8px; padding: 32px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { font-size: 24px; margin-bottom: 8px; color: #333; }
        .subtitle { color: #888; margin-bottom: 24px; }
        .result { padding: 12px 16px; border-radius: 4px; margin-bottom: 12px; }
        .result.sucesso { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
        .result.erro { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
        .result strong { display: block; font-size: 14px; margin-bottom: 4px; }
        .result span { font-size: 13px; }
        .warning { background: #fff3cd; color: #856404; border: 1px solid #ffeeba; padding: 16px; border-radius: 4px; margin-top: 24px; }
        .warning strong { display: block; margin-bottom: 8px; }
        code { background: #f1f1f1; padding: 2px 6px; border-radius: 3px; font-size: 13px; }
    </style>
</head>
<body>
    <div class="container">
        <h1>Instalador - Bolsa Textil CAEMG</h1>
        <p class="subtitle">Resultado da criacao das tabelas no MySQL</p>
        
                <div class="result sucesso">
            <strong>Empresas</strong>
            <span>Tabela criada</span>
        </div>
                <div class="result sucesso">
            <strong>Ofertas</strong>
            <span>Tabela criada</span>
        </div>
                <div class="result sucesso">
            <strong>Contatos</strong>
            <span>Tabela criada</span>
        </div>
                
        <div class="warning">
            <strong>IMPORTANTE - Seguranca</strong>
            Apos confirmar que as tabelas foram criadas com sucesso, <strong>delete este arquivo</strong> do servidor:
            <br><br>
            <code>/wp-content/themes/seu-tema/bolsa-textil/php/instalar-tabelas.php</code>
        </div>
    </div>
</body>
</html>
//
//
//
//<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://textil.caemg.com.br/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://textil.caemg.com.br/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://textil.caemg.com.br/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://textil.caemg.com.br/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://textil.caemg.com.br/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
