<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport"content="width=device-width, initial-scale=1.0"><title>404页面未找到</title><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#f8f9fa;color:#343a40;line-height:1.6;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem}.container{text-align:center;max-width:600px;padding:2rem;background:white;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.05)}.error-code{font-size:6rem;font-weight:700;color:#e9ecef;margin:0.5rem 0;line-height:1}h1{font-size:2rem;margin-bottom:1rem;color:#212529}</style></head><body><div class="container"style="width:480px"><div class="error-code">404</div><h1>页面未找到</h1></div></body></html>