<!DOCTYPE html><html lang="zh-TW"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Salebox</title><style>*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#F7FAF8;font-family:Inter,system-ui,sans-serif}div{text-align:center}.box{width:64px;height:64px;background:linear-gradient(135deg,#e7d9cb,#d4c4b0);border-radius:16px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}h1{font-size:28px;font-weight:900;color:#1a1a1a;letter-spacing:-0.5px}p{font-size:14px;color:#999;margin-top:8px;font-weight:600}</style></head><body><div><div class="box"><svg width="32" height="32" fill="none" stroke="white" viewBox="0 0 24 24" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"/></svg></div><h1>Salebox</h1><p>Coming Soon</p></div></body></html>