<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>404 | XBus</title>
    <link rel="stylesheet" href="/static/_xbus/profile.css">
    <link rel="stylesheet" href="/static/_xbus/style.css">
</head>
<body style="min-height: 100vh;display: flex;flex-direction: column;text-align: center">
<!-- ================= PROFILE PAGE VIEW (个人页面) ================= -->
<div style="height: 100%">
    <!-- Showcase Section (Moved Down) -->
    <h3 style="font-size: 8rem;font-weight: 100">404</h3>
    <section class="showcase-section">

        <div class="container">
            <h2 class="showcase-title reveal-on-scroll">发现精彩主页</h2>
            <div class="showcase-grid">
                
            </div>
        </div>
    </section>
    <footer class="profile-footer no-bg">
        <!-- 1. Default Branding -->
        <div class="footer-branding">
            <a href="https://blockvar.com" target="_blank"><svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M3 9h3v6H3zm5-6h3v14H8zm5 4h3v14h-3zm5 2h3v6h-3z"/></svg></a>
            <p>Powered by <a href="https://blockvar.com" target="_blank"><strong>blockvar</strong></a></p>
        </div>
    </footer>
</div>
<script src="/static/_xbus/landing.js"></script>

    
    
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-3CZ1L4MT6M"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'G-3CZ1L4MT6M');
        </script>
    

</body>
</html>