Live Sports Data Source: 世界杯直播

⚽ Soccer Live (3)

HomeScoreAwayLeagueTime (CST)
FK Beograd0:1Adelaide United YouthAustralia South Australia NPL16:30
Olympic FC3:1Brisbane Roar YouthAustralia Queensland NPL14:00
Dynamo Vladivostok0:1Sibir NovosibirskRussia FNL 2 Division A Gold Group16:00

🏀 Basketball Live (7)

HomeScoreAwayLeagueTime (CST)
Franklin Bulls84:81Taranaki AirsNew Zealand NBL14:00
Nha Trang DolphinsHanoi BuffaloesVietnam Basketball Association20:30
Dallas WingsLos Angeles SparksWNBA01:00
Atlanta DreamChicago SkyWNBA04:00
Winnipeg Sea BearsMontreal AllianceCanadian Elite Basketball League06:00
Calgary SurgeSaskatoon MambaCanadian Elite Basketball League06:00
Phoenix MercuryConnecticut SunWNBA07:00
Snapshot as of 2026-07-19 17:01 (CST) · live scores refresh on page load

Documentation

Introduction

Begin your journey with the 2026 World Cup Data Center for comprehensive match insights and data.

Get Started

Access our data center to track live match updates, team performance, and in-depth analysis.

CSS

Include these style links in your `<head>` to load core styling for match visuals.

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

JS

To enable core functionalities like live score updates and interactive stats, ensure these JavaScript files are loaded at the end of your `<body>`.

<script src="js/jquery.min.js"></script>
Bootstrap Bundle JS

Core Template

Ensure your pages use the HTML5 doctype and viewport meta tag for optimal responsive display of match data.

HTML:
<!doctype html>
<html lang="en">
    <head>

        <meta charset="utf-8" />
        <title>世界杯直播: 2026 Match Data Center - Core Features Explained</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="2026 World Cup Data Center: Your hub for live scores, match reports, team stats, and player performance for the 2026 World Cup." />
        <meta name="keywords" content="世界杯在线直播, 世界杯赛事, 世界杯数据分析, 世界杯足球" />

        <!-- favicon icon -->
        <link rel="shortcut icon" href="images/favicon.ico">

        <!-- Bootstrap -->
        <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

        <!-- Main css -->
        <link href="css/style.css" rel="stylesheet" type="text/css" />
    
    </head>

    <body>

        <!-- Loader Start -->
        <div id="#--------">
            --------
            --------
        </div>
        <!-- Loader End -->

        <!-- Navbar Start -->
        <header>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </header>
        <!-- Navbar End -->

        <!-- Hero Start -->
        <section class="--------">
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </section>
        <!-- Hero End -->

        <!-- Footer Start -->
        <footer>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </footer>
        <!-- Footer End -->

        <!-- Back To Home Start -->
        <a href="#" class="--------" id="#--------">
            --------
            --------
        </a>
        <!-- Back To Home End -->

        <!-- Javascript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        <script src="js/bootstrap.bundle.min.js"></script>
        --------
        --------
        --------
        <script src="js/app.js"></script>
        <!-- Javascript End -->
    </body>
</html>
                        
Internationalization
Internationalization:

For Right-to-Left (RTL) language support, swap `style.css` with `style-rtl.css`.

Dark Mode
Dark Mode:

To activate dark mode for a better viewing experience during evening matches, replace `style.css` with `style-dark.css`.

Dark International Mode:

Combine dark mode and RTL support by using `style-dark-rtl.css`.

Menu
Center to Right Nav

To align the navigation menu to the right, add `navigation-menu` and `nav-right` classes to your navigation element.

Center to Left Nav

To align the navigation menu to the left, add `navigation-menu` and `nav-left` classes to your navigation element.

Light Nav - Centered

For a centered light navigation bar, apply `navigation-menu` and `nav-light` classes.

Light Nav - Right Aligned

For a right-aligned light navigation bar, use `navigation-menu`, `nav-right`, and `nav-light` classes.

Light Nav - Left Aligned

For a left-aligned light navigation bar, use `navigation-menu`, `nav-left`, and `nav-light` classes.