Documentation

Introduction

Kickstart your betting journey! Use our platform to easily create engaging football and basketball betting pages that drive traffic and excitement.

Getting Started Quickly

Dive into 竞彩网 today! We provide everything you need to boost match visibility and encourage user interaction.

CSS

Copy this <link> tag into your <head> section, placing it before other stylesheets to load 竞彩网's core CSS.

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

JS

Many components rely on JavaScript for full functionality, especially jQuery and our custom plugins. Place these <script> tags just before your closing </body> tag to enable them. Ensure jQuery loads first, followed by bootstrap.bundle.min.js, and then our JS plugins.

<script src="js/main.js"></script>
Loading Frontend Scripts

Starter Template

Ensure your page adheres to modern design and development standards. This means using the HTML5 doctype and including the viewport meta tag for responsive layouts. Integrate them, and your page should look like this:

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

        <meta charset="utf-8" />
        <title>竞彩网 - Official Documentation</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="竞彩网 offers a live score and interactive platform for football and basketball. Get match schedules, real-time data, and expert analysis. Engage with sports content through data and entertainment." />
        <meta name="keywords" content="竞彩网, 竞彩网直播, 竞彩网足球直播, 竞彩网NBA直播, 竞彩网体育直播" />

        <!-- 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="btn btn-primary" id="cta-signup">
            --------
            --------
        </a>
        <!-- Back To Home End -->

        <!-- Javascript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        Core JavaScript Libraries
        --------
        --------
        --------
        <script src="js/app.js"></script>
        <!-- Javascript End -->
    </body>
</html>
                        
RTL Version
RTL Version:

To enable RTL (Right-to-Left) mode, swap `style.css` for `style-rtl.css` in your stylesheet link.

Dark Mode
Dark Mode:

To activate Dark Mode, replace `style.css` with `style-dark.css` in your stylesheet reference.

Dark RTL Version:

For a Dark Mode RTL experience, switch `style.css` to `style-dark-rtl.css`.

Menu
Center Menu to Right

To shift the menu from center alignment to the right, simply add the `nav-right` class to your navigation element.

Center Menu to Left

To move the menu from the center to the left, add the `nav-left` class to your navigation element.

Light Center Menu

For a centered, light-themed navigation menu, apply the `nav-light` class to your navigation.

Light Right-Aligned Menu

To achieve a right-aligned, light-themed navigation menu, combine `nav-right` and `nav-light` classes.

Light Left-Aligned Menu

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