Skip to content

Instantly share code, notes, and snippets.

@brmace
brmace / index.html
Created November 2, 2025 04:53
Untitled
<!DOCTYPE html>
<html>
<head>
<title>MAX-KIT-MARILYN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* { margin:0; padding:0; box-sizing:border-box; font-family: 'Courier New', monospace; }
body { background:#111; color:#0f0; text-align:center; padding:2rem; }
.chooser { display:flex; gap:1.5rem; justify-content:center; flex-wrap:wrap; margin:2rem 0; }
.ai-card {