Spaces:
Running
Running
Add 1 files
Browse files- index.html +79 -17
index.html
CHANGED
|
@@ -39,6 +39,7 @@
|
|
| 39 |
<nav class="flex space-x-1 md:space-x-6">
|
| 40 |
<a href="#services" class="px-3 py-2 rounded hover:bg-blue-700 transition">Serviços</a>
|
| 41 |
<a href="#about" class="px-3 py-2 rounded hover:bg-blue-700 transition">Sobre</a>
|
|
|
|
| 42 |
<a href="#contact" class="px-3 py-2 rounded hover:bg-blue-700 transition">Contato</a>
|
| 43 |
</nav>
|
| 44 |
</div>
|
|
@@ -254,8 +255,43 @@
|
|
| 254 |
</div>
|
| 255 |
</section>
|
| 256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
<!-- About Section -->
|
| 258 |
-
<section id="about" class="py-16 bg-
|
| 259 |
<div class="container mx-auto px-6">
|
| 260 |
<div class="flex flex-col md:flex-row items-center">
|
| 261 |
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
|
|
@@ -269,7 +305,7 @@
|
|
| 269 |
A PixelCTech é uma equipe de especialistas em tecnologia comprometidos em oferecer soluções digitais inovadoras para empresas de todos os tamanhos.
|
| 270 |
</p>
|
| 271 |
<p class="text-gray-600 mb-6">
|
| 272 |
-
Combinamos expertise técnica
|
| 273 |
</p>
|
| 274 |
<div class="flex flex-wrap gap-4">
|
| 275 |
<div class="flex items-center bg-white px-4 py-2 rounded-full shadow-sm">
|
|
@@ -302,7 +338,7 @@
|
|
| 302 |
</section>
|
| 303 |
|
| 304 |
<!-- Contact Section -->
|
| 305 |
-
<section id="contact" class="py-16 bg-
|
| 306 |
<div class="container mx-auto px-6">
|
| 307 |
<div class="text-center mb-16">
|
| 308 |
<h2 class="text-3xl font-bold text-gray-800 mb-4">Entre em Contato</h2>
|
|
@@ -312,18 +348,18 @@
|
|
| 312 |
|
| 313 |
<div class="flex flex-col md:flex-row gap-10">
|
| 314 |
<div class="md:w-1/2">
|
| 315 |
-
<form class="space-y-6">
|
| 316 |
<div>
|
| 317 |
<label for="name" class="block text-gray-700 font-medium mb-2">Nome</label>
|
| 318 |
-
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
|
| 319 |
</div>
|
| 320 |
<div>
|
| 321 |
<label for="email" class="block text-gray-700 font-medium mb-2">E-mail</label>
|
| 322 |
-
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
|
| 323 |
</div>
|
| 324 |
<div>
|
| 325 |
<label for="message" class="block text-gray-700 font-medium mb-2">Mensagem</label>
|
| 326 |
-
<textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
|
| 327 |
</div>
|
| 328 |
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-6 rounded-md transition duration-300">
|
| 329 |
Enviar Mensagem
|
|
@@ -331,7 +367,7 @@
|
|
| 331 |
</form>
|
| 332 |
</div>
|
| 333 |
<div class="md:w-1/2">
|
| 334 |
-
<div class="bg-
|
| 335 |
<h3 class="text-xl font-semibold text-gray-800 mb-6">Informações de Contato</h3>
|
| 336 |
<div class="space-y-6">
|
| 337 |
<div class="flex items-start">
|
|
@@ -339,8 +375,10 @@
|
|
| 339 |
<i class="fas fa-map-marker-alt text-blue-600"></i>
|
| 340 |
</div>
|
| 341 |
<div>
|
| 342 |
-
<h4 class="font-medium text-gray-800">Endereço</h4>
|
| 343 |
<p class="text-gray-600">Rua Para N52, Chácara Brasil - Turu<br>São Luís - MA</p>
|
|
|
|
|
|
|
| 344 |
</div>
|
| 345 |
</div>
|
| 346 |
<div class="flex items-start">
|
|
@@ -392,8 +430,12 @@
|
|
| 392 |
<h4 class="text-lg font-semibold mb-4">Serviços</h4>
|
| 393 |
<ul class="space-y-2">
|
| 394 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Aplicações com IA</a></li>
|
| 395 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
|
|
|
|
|
|
| 396 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Design Gráfico</a></li>
|
|
|
|
|
|
|
| 397 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Redes de Computadores</a></li>
|
| 398 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Treinamentos</a></li>
|
| 399 |
</ul>
|
|
@@ -403,8 +445,8 @@
|
|
| 403 |
<ul class="space-y-2">
|
| 404 |
<li><a href="#services" class="text-gray-400 hover:text-white transition">Serviços</a></li>
|
| 405 |
<li><a href="#about" class="text-gray-400 hover:text-white transition">Sobre Nós</a></li>
|
|
|
|
| 406 |
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contato</a></li>
|
| 407 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
|
| 408 |
</ul>
|
| 409 |
</div>
|
| 410 |
<div>
|
|
@@ -417,7 +459,7 @@
|
|
| 417 |
</div>
|
| 418 |
</div>
|
| 419 |
<div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
|
| 420 |
-
<p class="text-gray-400 mb-4 md:mb-0">
|
| 421 |
<div class="flex space-x-6">
|
| 422 |
<a href="#" class="text-gray-400 hover:text-white transition">Termos de Serviço</a>
|
| 423 |
<a href="#" class="text-gray-400 hover:text-white transition">Política de Privacidade</a>
|
|
@@ -463,7 +505,7 @@
|
|
| 463 |
|
| 464 |
<div class="mt-8 bg-blue-50 p-4 rounded-lg">
|
| 465 |
<h4 class="font-semibold text-blue-800 mb-2">Como funciona?</h4>
|
| 466 |
-
<p>Nossa equipe de especialistas em IA trabalha em estreita colaboração com você para entender suas necessidades específicas
|
| 467 |
</div>
|
| 468 |
</div>
|
| 469 |
<div class="mt-8 flex justify-end">
|
|
@@ -592,7 +634,7 @@
|
|
| 592 |
<li>Atendimento automático a perguntas frequentes</li>
|
| 593 |
<li>Agendamento de serviços e consultas</li>
|
| 594 |
<li>Processamento de pedidos e vendas</li>
|
| 595 |
-
<li>Triagem de leads
|
| 596 |
<li>Integração com CRM e sistemas internos</li>
|
| 597 |
<li>Suporte multilíngue</li>
|
| 598 |
</ul>
|
|
@@ -652,7 +694,7 @@
|
|
| 652 |
<li>Aumento do reconhecimento da marca</li>
|
| 653 |
<li>Conteúdo otimizado para cada plataforma</li>
|
| 654 |
<li>Materiais que convertem e engajam</li>
|
| 655 |
-
<li>Processo
|
| 656 |
</ul>
|
| 657 |
|
| 658 |
<div class="mt-8 bg-red-50 p-4 rounded-lg">
|
|
@@ -714,7 +756,7 @@
|
|
| 714 |
|
| 715 |
<div class="mt-8 bg-indigo-50 p-4 rounded-lg">
|
| 716 |
<h4 class="font-semibold text-indigo-800 mb-2">Metodologia:</h4>
|
| 717 |
-
<p>Trabalhamos com metodologias ágeis para garantir que seu projeto seja entregue no prazo, dentro do orçamento
|
| 718 |
</div>
|
| 719 |
</div>
|
| 720 |
<div class="mt-8 flex justify-end">
|
|
@@ -886,7 +928,7 @@
|
|
| 886 |
|
| 887 |
<div class="mt-8 bg-orange-50 p-4 rounded-lg">
|
| 888 |
<h4 class="font-semibold text-orange-800 mb-2">Formato dos treinamentos:</h4>
|
| 889 |
-
<p>Oferecemos treinamentos presenciais e online,
|
| 890 |
</div>
|
| 891 |
</div>
|
| 892 |
<div class="mt-8 flex justify-end">
|
|
@@ -941,6 +983,26 @@
|
|
| 941 |
}
|
| 942 |
});
|
| 943 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 944 |
</script>
|
| 945 |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=marcospaiva/lab" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 946 |
</html>
|
|
|
|
| 39 |
<nav class="flex space-x-1 md:space-x-6">
|
| 40 |
<a href="#services" class="px-3 py-2 rounded hover:bg-blue-700 transition">Serviços</a>
|
| 41 |
<a href="#about" class="px-3 py-2 rounded hover:bg-blue-700 transition">Sobre</a>
|
| 42 |
+
<a href="#articles" class="px-3 py-2 rounded hover:bg-blue-700 transition">Artigos</a>
|
| 43 |
<a href="#contact" class="px-3 py-2 rounded hover:bg-blue-700 transition">Contato</a>
|
| 44 |
</nav>
|
| 45 |
</div>
|
|
|
|
| 255 |
</div>
|
| 256 |
</section>
|
| 257 |
|
| 258 |
+
<!-- Articles Section -->
|
| 259 |
+
<section id="articles" class="py-16 bg-gray-100">
|
| 260 |
+
<div class="container mx-auto px-6">
|
| 261 |
+
<div class="text-center mb-16">
|
| 262 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Artigos e Conteúdos</h2>
|
| 263 |
+
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
|
| 264 |
+
<p class="text-gray-600 max-w-2xl mx-auto">Acesse nossos artigos e conteúdos exclusivos sobre tecnologia e inovação</p>
|
| 265 |
+
</div>
|
| 266 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 267 |
+
<!-- Article cards would go here -->
|
| 268 |
+
<div class="bg-white rounded-lg shadow-md overflow-hidden">
|
| 269 |
+
<div class="p-6">
|
| 270 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Tendências em IA para 2024</h3>
|
| 271 |
+
<p class="text-gray-600 mb-4">Descubra as principais tendências em Inteligência Artificial que vão impactar os negócios no próximo ano.</p>
|
| 272 |
+
<a href="#" class="text-blue-600 hover:underline">Ler mais →</a>
|
| 273 |
+
</div>
|
| 274 |
+
</div>
|
| 275 |
+
<div class="bg-white rounded-lg shadow-md overflow-hidden">
|
| 276 |
+
<div class="p-6">
|
| 277 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Como automatizar seu negócio</h3>
|
| 278 |
+
<p class="text-gray-600 mb-4">Guia prático para implementar automações que aumentam a produtividade da sua empresa.</p>
|
| 279 |
+
<a href="#" class="text-blue-600 hover:underline">Ler mais →</a>
|
| 280 |
+
</div>
|
| 281 |
+
</div>
|
| 282 |
+
<div class="bg-white rounded-lg shadow-md overflow-hidden">
|
| 283 |
+
<div class="p-6">
|
| 284 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Segurança digital para PMEs</h3>
|
| 285 |
+
<p class="text-gray-600 mb-4">Proteja sua empresa com essas dicas essenciais de segurança digital.</p>
|
| 286 |
+
<a href="#" class="text-blue-600 hover:underline">Ler mais →</a>
|
| 287 |
+
</div>
|
| 288 |
+
</div>
|
| 289 |
+
</div>
|
| 290 |
+
</div>
|
| 291 |
+
</section>
|
| 292 |
+
|
| 293 |
<!-- About Section -->
|
| 294 |
+
<section id="about" class="py-16 bg-white">
|
| 295 |
<div class="container mx-auto px-6">
|
| 296 |
<div class="flex flex-col md:flex-row items-center">
|
| 297 |
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
|
|
|
|
| 305 |
A PixelCTech é uma equipe de especialistas em tecnologia comprometidos em oferecer soluções digitais inovadoras para empresas de todos os tamanhos.
|
| 306 |
</p>
|
| 307 |
<p class="text-gray-600 mb-6">
|
| 308 |
+
Combinamos expertise técnica with criatividade para desenvolver produtos que realmente fazem a diferença no seu negócio, aumentando eficiência, reduzindo custos e melhorando a experiência do cliente.
|
| 309 |
</p>
|
| 310 |
<div class="flex flex-wrap gap-4">
|
| 311 |
<div class="flex items-center bg-white px-4 py-2 rounded-full shadow-sm">
|
|
|
|
| 338 |
</section>
|
| 339 |
|
| 340 |
<!-- Contact Section -->
|
| 341 |
+
<section id="contact" class="py-16 bg-gray-100">
|
| 342 |
<div class="container mx-auto px-6">
|
| 343 |
<div class="text-center mb-16">
|
| 344 |
<h2 class="text-3xl font-bold text-gray-800 mb-4">Entre em Contato</h2>
|
|
|
|
| 348 |
|
| 349 |
<div class="flex flex-col md:flex-row gap-10">
|
| 350 |
<div class="md:w-1/2">
|
| 351 |
+
<form class="space-y-6" onsubmit="event.preventDefault(); sendEmail();">
|
| 352 |
<div>
|
| 353 |
<label for="name" class="block text-gray-700 font-medium mb-2">Nome</label>
|
| 354 |
+
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" required>
|
| 355 |
</div>
|
| 356 |
<div>
|
| 357 |
<label for="email" class="block text-gray-700 font-medium mb-2">E-mail</label>
|
| 358 |
+
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" required>
|
| 359 |
</div>
|
| 360 |
<div>
|
| 361 |
<label for="message" class="block text-gray-700 font-medium mb-2">Mensagem</label>
|
| 362 |
+
<textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500" required></textarea>
|
| 363 |
</div>
|
| 364 |
<button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-6 rounded-md transition duration-300">
|
| 365 |
Enviar Mensagem
|
|
|
|
| 367 |
</form>
|
| 368 |
</div>
|
| 369 |
<div class="md:w-1/2">
|
| 370 |
+
<div class="bg-white p-8 rounded-lg h-full">
|
| 371 |
<h3 class="text-xl font-semibold text-gray-800 mb-6">Informações de Contato</h3>
|
| 372 |
<div class="space-y-6">
|
| 373 |
<div class="flex items-start">
|
|
|
|
| 375 |
<i class="fas fa-map-marker-alt text-blue-600"></i>
|
| 376 |
</div>
|
| 377 |
<div>
|
| 378 |
+
<h4 class="font-medium text-gray-800">Endereço (Matriz)</h4>
|
| 379 |
<p class="text-gray-600">Rua Para N52, Chácara Brasil - Turu<br>São Luís - MA</p>
|
| 380 |
+
<h4 class="font-medium text-gray-800 mt-4">Endereço (Filial)</h4>
|
| 381 |
+
<p class="text-gray-600">Rua Nicarágua, N22 - Anjo da Guarda<br>São Luís - MA</p>
|
| 382 |
</div>
|
| 383 |
</div>
|
| 384 |
<div class="flex items-start">
|
|
|
|
| 430 |
<h4 class="text-lg font-semibold mb-4">Serviços</h4>
|
| 431 |
<ul class="space-y-2">
|
| 432 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Aplicações com IA</a></li>
|
| 433 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Automações com IA</a></li>
|
| 434 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Certificado Digital</a></li>
|
| 435 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Chatbots Inteligentes</a></li>
|
| 436 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Design Gráfico</a></li>
|
| 437 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Desenvolvimento Web</a></li>
|
| 438 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition">Gestão de Redes Sociais</a></li>
|
| 439 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Redes de Computadores</a></li>
|
| 440 |
<li><a href="#" class="text-gray-400 hover:text-white transition">Treinamentos</a></li>
|
| 441 |
</ul>
|
|
|
|
| 445 |
<ul class="space-y-2">
|
| 446 |
<li><a href="#services" class="text-gray-400 hover:text-white transition">Serviços</a></li>
|
| 447 |
<li><a href="#about" class="text-gray-400 hover:text-white transition">Sobre Nós</a></li>
|
| 448 |
+
<li><a href="#articles" class="text-gray-400 hover:text-white transition">Artigos</a></li>
|
| 449 |
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contato</a></li>
|
|
|
|
| 450 |
</ul>
|
| 451 |
</div>
|
| 452 |
<div>
|
|
|
|
| 459 |
</div>
|
| 460 |
</div>
|
| 461 |
<div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
|
| 462 |
+
<p class="text-gray-400 mb-4 md:mb-0">�� 2012 - 2025 PixelCTech. Todos os direitos reservados.</p>
|
| 463 |
<div class="flex space-x-6">
|
| 464 |
<a href="#" class="text-gray-400 hover:text-white transition">Termos de Serviço</a>
|
| 465 |
<a href="#" class="text-gray-400 hover:text-white transition">Política de Privacidade</a>
|
|
|
|
| 505 |
|
| 506 |
<div class="mt-8 bg-blue-50 p-4 rounded-lg">
|
| 507 |
<h4 class="font-semibold text-blue-800 mb-2">Como funciona?</h4>
|
| 508 |
+
<p>Nossa equipe de especialistas em IA trabalha em estreita colaboração com você para entender suas necessidades específicas and desenvolver uma solução sob medida que atenda aos seus objetivos de negócios.</p>
|
| 509 |
</div>
|
| 510 |
</div>
|
| 511 |
<div class="mt-8 flex justify-end">
|
|
|
|
| 634 |
<li>Atendimento automático a perguntas frequentes</li>
|
| 635 |
<li>Agendamento de serviços e consultas</li>
|
| 636 |
<li>Processamento de pedidos e vendas</li>
|
| 637 |
+
<li>Triagem de leads and qualificação</li>
|
| 638 |
<li>Integração com CRM e sistemas internos</li>
|
| 639 |
<li>Suporte multilíngue</li>
|
| 640 |
</ul>
|
|
|
|
| 694 |
<li>Aumento do reconhecimento da marca</li>
|
| 695 |
<li>Conteúdo otimizado para cada plataforma</li>
|
| 696 |
<li>Materiais que convertem e engajam</li>
|
| 697 |
+
<li>Processo creativo colaborativo</li>
|
| 698 |
</ul>
|
| 699 |
|
| 700 |
<div class="mt-8 bg-red-50 p-4 rounded-lg">
|
|
|
|
| 756 |
|
| 757 |
<div class="mt-8 bg-indigo-50 p-4 rounded-lg">
|
| 758 |
<h4 class="font-semibold text-indigo-800 mb-2">Metodologia:</h4>
|
| 759 |
+
<p>Trabalhamos com metodologias ágeis para garantir que seu projeto seja entregue no prazo, dentro do orçamento and com a mais alta qualidade, desde o planejamento até a implementação e lançamento.</p>
|
| 760 |
</div>
|
| 761 |
</div>
|
| 762 |
<div class="mt-8 flex justify-end">
|
|
|
|
| 928 |
|
| 929 |
<div class="mt-8 bg-orange-50 p-4 rounded-lg">
|
| 930 |
<h4 class="font-semibold text-orange-800 mb-2">Formato dos treinamentos:</h4>
|
| 931 |
+
<p>Oferecemos treinamentos presenciais e online, with turmas abertas ou in company, adaptados às necessidades específicas da sua equipe. Desenvolvemos programas desde introdução até níveis avançados, com carga horária flexível.</p>
|
| 932 |
</div>
|
| 933 |
</div>
|
| 934 |
<div class="mt-8 flex justify-end">
|
|
|
|
| 983 |
}
|
| 984 |
});
|
| 985 |
});
|
| 986 |
+
|
| 987 |
+
// Email sending function
|
| 988 |
+
function sendEmail() {
|
| 989 |
+
const name = document.getElementById('name').value;
|
| 990 |
+
const email = document.getElementById('email').value;
|
| 991 |
+
const message = document.getElementById('message').value;
|
| 992 |
+
|
| 993 |
+
const subject = `Contato via site de ${name}`;
|
| 994 |
+
const body = `Nome: ${name}%0D%0AEmail: ${email}%0D%0A%0D%0AMensagem:%0D%0A${message}`;
|
| 995 |
+
|
| 996 |
+
window.location.href = `mailto:comercial@pixelctech.com.br?subject=${subject}&body=${body}`;
|
| 997 |
+
|
| 998 |
+
// Show success message
|
| 999 |
+
alert('Mensagem enviada com sucesso! Entraremos em contato em breve.');
|
| 1000 |
+
|
| 1001 |
+
// Clear form
|
| 1002 |
+
document.getElementById('name').value = '';
|
| 1003 |
+
document.getElementById('email').value = '';
|
| 1004 |
+
document.getElementById('message').value = '';
|
| 1005 |
+
}
|
| 1006 |
</script>
|
| 1007 |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=marcospaiva/lab" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 1008 |
</html>
|