Skip to content

Instantly share code, notes, and snippets.

View Dreadpool's full-sized avatar

Brady Price Dreadpool

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visualization Options - Batch 1</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0f1117; color: #e0e0e0; font-family: 'Segoe UI', system-ui, sans-serif; padding: 24px; }
h1 { font-size: 22px; font-weight: 600; margin-bottom: 6px; color: #fff; }