<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>出错了 - 天方电竞</title>
    <link rel="stylesheet" href="/css/style.css">
</head>
<body>

<div class="navbar">
    <div class="navbar-inner">
        <h1 style="display:flex;align-items:center;"><img src="/ai-icon.png" alt="AI" style="width:28px;height:28px;border-radius:50%;object-fit:cover;margin-right:8px;"> 天方电竞</h1>
        <div class="nav-links">
            <a href="/">返回首页</a>
            <a href="/admin/goods">管理后台</a>
        </div>
    </div>
</div>

<div class="container" style="text-align: center; padding-top: 80px;">
    <h2 style="font-size: 32px; color: #ff4d4f; margin-bottom: 16px;">出错了 😅</h2>
    <div style="background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); max-width: 600px; margin: 0 auto; text-align: left;">
        <p style="font-size: 14px; color: #666; margin-bottom: 8px;">错误信息：</p>
        <pre style="background: #f5f5f5; padding: 16px; border-radius: 8px; font-size: 13px; color: #333; white-space: pre-wrap; word-break: break-all;">No static resource sitemap.xml.</pre>
        <p style="font-size: 12px; color: #bbb; margin-top: 12px;">请求地址：<span>http://tianfangdianjing.top/sitemap.xml</span></p>
    </div>
    <div style="margin-top: 24px;">
        <a href="javascript:history.back()" class="btn-link" style="text-decoration: none;">返回上页</a>
    </div>
</div>

</body>
</html>
