Skip to content

Instantly share code, notes, and snippets.

@rubening
rubening / kwong-gap-review.html
Created May 27, 2026 17:43
Kwong Gap Blast - 264 contacts FINAL
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kwong Gap Blast - 264 Contacts (FINAL)</title>
<style>
body { font-family: -apple-system, sans-serif; margin: 10px; background: #111; color: #eee; font-size: 14px; }
h1 { font-size: 18px; color: #4fc3f7; }
.stats { background: #222; padding: 10px; border-radius: 8px; margin-bottom: 15px; }
.stats span { color: #81c784; font-weight: bold; }
table { width: 100%; border-collapse: collapse; }