Skip to content

Instantly share code, notes, and snippets.

View CloveSVG's full-sized avatar
🏠
Working from home

CloveThinking CloveSVG

🏠
Working from home
View GitHub Profile
@CloveSVG
CloveSVG / NBIS_阿林风格_终版.html
Created May 14, 2026 04:08
Nebius vs CoreWeave 深度对比 | Q1 2026 | TopStockCrew
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Nebius vs CoreWeave:一口深井和一个瓶装水商的沙漠生存战</title>
<style>
:root{--bg:#fafbfc;--card:#f0f2f5;--accent:#1a56db;--green:#0d7a3f;--red:#c42b2b;--yellow:#92640a;--text:#1f2937;--muted:#6b7280;--border:#e5e7eb}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,"PingFang SC","Noto Sans SC",sans-serif;background:var(--bg);color:var(--text);line-height:1.85;max-width:780px;margin:0 auto;padding:24px 20px 80px;font-size:16.5px}
h1{font-size:26px;font-weight:800;line-height:1.35;margin:32px 0 16px;color:#111827}
h2{font-size:20px;font-weight:700;margin:36px 0 14px;padding-bottom:6px;border-bottom:2px solid var(--accent);color:#111827}
h3{font-size:17px;font-weight:600;margin:24px 0 10px;color:var(--accent)}
p{margin-bottom:15px}