Skip to content

Instantly share code, notes, and snippets.

View Cidele's full-sized avatar

Cidele

  • Joined Apr 24, 2026
View GitHub Profile
@Cidele
Cidele / clientes.html
Created May 1, 2026 23:48
clientes.html
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LIDEL - Clientes</title>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<style>
body { font-family: Arial, sans-serif; background: #f0f2f5; padding: 20px; margin: 0; }
h1 { color: #4f46e5; }
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LIDEL - Clientes</title>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<style>
body { font-family: Arial, sans-serif; background: #f0f2f5; padding: 20px; margin: 0; }
h1 { color: #4f46e5; }