Documentation

Introduction

Welcome to 杏彩体育. Access exclusive 2026 World Cup insights and elevate your football experience. Our platform is designed for seamless engagement with all the latest match details and news.

Getting Started

Begin your journey with 杏彩体育, your premier destination for global football intelligence. Explore team analyses, predictions, and player stats to deepen your connection with the sport. Visit our platform for immediate access.

CSS

To integrate our core styling, place the following stylesheet link within your `<head>` section, ensuring it loads before other custom styles.

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

JS

To unlock the full dynamic capabilities of our platform, including interactive features and real-time updates, ensure you include our essential JavaScript files. Place these just before your closing `</body>` tag, in the following order: jQuery, followed by our custom scripts.

<script src="js/main.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>

Platform Setup

For optimal performance and a modern user experience, ensure your pages adhere to the latest web standards. Utilize the HTML5 doctype and include the viewport meta tag for responsive design.

Core Files:
<!doctype html>
<html lang="en">
    <head>

        <meta charset="utf-8" />
        <title>杏彩体育 (XINGCAI) - Your Premier Sports Hub</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="Site description" />
        <meta name="keywords" content="Your tags" />

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

        <!-- 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>
                        
Right-to-Left Layout
RTL Enable:

To activate Right-to-Left (RTL) display, simply replace the standard stylesheet reference with `style-rtl.css`.

Dark Mode
Dark Mode Enable:

To enable Dark Mode, substitute the primary stylesheet with `style-dark.css`.

Dark RTL Enable:

For a Dark Mode experience with RTL support, use `style-dark-rtl.css`.

Menu
Navigation: Center to Right

To align the main navigation to the right side, append the class `nav-right` to the navigation container.

Navigation: Center to Left

To align the main navigation to the left side, append the class `nav-left` to the navigation container.

Navigation: Light with Center

For a centered, light-themed navigation, add the class `nav-light` to the navigation container.

Navigation: Light with Right

For a right-aligned, light-themed navigation, add the classes `nav-right` and `nav-light` to the navigation container.

Navigation: Light with Left

For a left-aligned, light-themed navigation, add the classes `nav-left` and `nav-light` to the navigation container.