<!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>404 - 页面不存在</title><style>body{display:flex;align-items:center;justify-content:center;height:100vh;margin:0;font-family:-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;background:#f5f5f5;color:#333}.box{text-align:center;padding:48px;background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}h1{font-size:72px;margin:0;color:#e0e0e0;font-weight:200}p{font-size:15px;color:#999;margin:16px 0 0}</style></head><body><div class="box"><h1>404</h1><p>页面不存在或已删除</p></div></body></html>