Skip to content

Instantly share code, notes, and snippets.

@metaekli
metaekli / meta-ads-dashboard.html
Created May 14, 2026 18:19
Meta Ads Live Dashboard — Exasario Store
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meta Ads Live Dashboard</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
<style>
:root{--blue:#1877f2;--green:#16a34a;--yellow:#d97706;--red:#dc2626;--bg:#f0f2f5;--card:#fff;--border:#e5e7eb;--text:#111827;--muted:#6b7280}
*{box-sizing:border-box;margin:0;padding:0}