301 response code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 response code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: lokpe.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from kalanidhithemes.com/live-preview/landing-page/smart-app-landing-page/all-demo/wave-hero-v1/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 18 Mar 2020 06:55:26 GMT --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="msapplication-tap-highlight" content="no" /> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content="App Landing Page"> <meta name="author" content=""> <title>Ludo Wiz</title> <!--STYLESHEETS --> <link rel="icon" href="images/Log1.png"> <!-- Browser Tab Icon --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- Font-Awesome Icons --> <link rel="stylesheet" href="css/icomoon.min.css"> <!-- iconmoon Icons --> <link rel="stylesheet" href="css/swiper.min.css"> <!-- Carousel slider --> <link rel="stylesheet" href="css/style.css"> <!-- Template CSS --> <link rel="stylesheet" href="css/animate.css"> <!-- Wow Animation CSS --> <link rel="stylesheet" href="css/google-fonts.css"> <!-- Google font (Poppins) font face --> <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"> <!-- Google font (Poppins) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-168883759-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-168883759-1'); </script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- STATIC BANNER --> <!-- WRAPPER --> <!-- Preloader --> <div class="wrapper preloader" id="site-home"> <!-- NAVIGATION AND SLIDER HOLDER --> <section class="site-holder" role="banner"> <!-- HEADER --> <header class="site-header"> <!-- STICKY HEADER --> <div class="sticky-header" id="sticky-header"> <div class="container"> <div class="row"> <div class="col-xs-8 col-sm-2"> <!-- LOGO --> <div class="site-logo"> <a href="index.html"> <img style="width: 105px; height: 90px;" src="images/Log1.png" alt="Logo"> </a> </div> <!-- END LOGO --> </div> <div class="col-xs-4 col-sm-10"> <!-- NAVIGATION --> <nav class="site-nav" id="site-nav" role="navigation"> <!-- MOBILE VIEW BUTTON --> <div class="nav-mobile"> <i class="fa fa-bars show"></i> <i class="fa fa-close hide"></i> </div> <!-- LINKS --> <ul class="nav-off-canvas"> <!-- ACTIVE ITEM --> <li><a href="#site-home">Home</a></li> <li><a href="#about-smart">About</a></li> <li><a href="#site-more-features">How To Apply?</a></li> <li><a href="#site-refferal">Refferal</a></li> <li><a href="#site-quick-view">Screens</a></li> <li><a href="site-download">Download</a></li> <li><a href="#quick-support">Contact us</a></li> </ul> </nav> <!-- END NAVIGATION --> </div> </div> </div> </div> <div class="static-banner"> <div class="container"> <div class="static-content"> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> <!-- Caption --> <div class="banner-caption"> <!-- H1 Heading --> <h1 style="margin-top: 50px; font-family: serif;">Ludo Wiz</h1> <h4 style="color: #fff; padding: 20px 0px; font-family: serif;">Ludo Wiz is an online multiplayer real money game. This game is based on old classic board games, inspired by the idea of earning money online while playing.</h4> <!-- H2 Heading --> <!-- Paragraph --> <!-- Buttons --> <a href="./ludowiz.apk" class="slide-button slide-button-active">Download APK</a> <!-- Button --> </div> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> <div class="static-banner-image"> </div> <div class="static-banner-image" style="display:none"> <img src="images/header-slide.png"> </div> </div> </div> </div> <!--<img src="images/1.png" alt="Clouds" class="cloud cloud1"> <img src="images/2.png" alt="Clouds" class="cloud cloud2"> <img src="images/3.png" alt="Clouds" class="cloud cloud3">--> </div> <!-- START SLIDER - display none --> <div id="header-slider" class="header-slider color-gredient" style="display:none;"> <ul class="seq-canvas"> <!-- SLIDE 1 --> <li class="step1 slides"> <!-- MAIN IMAGE --> <div class="bg-img" style="background-image: url(images/header-slide.png)"></div> <!-- Caption --> </li> </ul> <!-- PAGINATION --> <ul class="seq-pagination"> <li>01</li> <li>02</li> <li>03</li> <li>04</li> </ul> <!-- NAVIGATION --> <button type="button" class="seq-next"><span class="icon-play"></span></button> <button type="button" class="seq-prev"><span class="icon-play-flip"></span></button> </div> </header> <!-- END HEADER --> </section> <!-- STORE ICONS --> <section class="site-store-icons" style="display:none;"> <div class="align-center"> <!-- BUTTON 1 --> <a href="#"> <!-- FIGURE --> <figure><i class="fa fa-mobile"></i></figure> <!-- h6 heading --> <h6>Available on the</h6> <!-- h5 --> <h5>iOS App Store</h5> </a> <!-- BUTTON 2 --> <a href="#"> <!-- FIGURE --> <figure><img src="images/store-google-icon.png" alt="store icon"></figure> <!-- h6 heading --> <h6>Available on the</h6> <!-- h5 --> <h5>Google Store</h5> </a> <!-- BUTTON 3 --> </div> </section> <!---feature--> <div class="our-service-area bg-gray-cu section-padding-100-50" id="amazing-features"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="section-heading text-center"> <h1 style="color: #270db3"> Feature Of Ludo Wiz</h1> <p></p> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="content-box"> <div class="inner-box"> <div class="row"> <div class="col-md-6 col-lg-4"> <div class="single-item aos-init aos-animate" data-aos="zoom-in" data-aos-delay="400"> <div class="bg-layer"></div> <div class="icon-box"> <img src="images/sign.png"></div> <h5><a href="#" style="color: #270db3;">Easy Sign up</a></h5> <p class="text mb-0">Put your basic information here!.</p> </div> </div> <div class="col-md-6 col-lg-4"> <div class="single-item aos-init aos-animate" data-aos="zoom-in" data-aos-delay="1200"> <div class="bg-layer"></div> <div class="icon-box"><img src="images/verify.png"></div> <h5><a href="#" style="color: #270db3;">verified payments</a></h5> <p class="text mb-0">Everytime verification for payments.</p> </div> </div> <div class="col-md-6 col-lg-4"> <div class="single-item aos-init aos-animate" data-aos="zoom-in" data-aos-delay="1400"> <div class="bg-layer"></div> <div class="icon-box"><img src="images/easy.png"></div> <h5><a href="#" style="color: #270db3;">Easy to use</a></h5> <p class="text mb-0">easy interface to use.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!---end featuire--> <!-- ABOUT APP --> <section id="about-smart" class="site-about-app left-heading section-grey"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-6"> <div class="about-half-colom-section"> <!-- H1 HEADING --> <h1>About Ludo Wiz</h1> <div class="about-half-colom-section-content"> <p> Ludo Wiz is the online real cash ludo game.<br> • Ludo Wiz is managed by profession team.<br> • Using our app Ludo Wiz You can play real cash ludo game with friends and family or strangers .<br> • We provide 24X7 Support via live chat or whatsapp,<br> • All real money games by the company would be only skilled games & all the winnings & earning would be liable under all govt. taxation policies.<br> • First ever ludo tournament module in India.<br> • For additional queries, please contact us at:[email protected] <br> <section class="site-download-icons about-icon"> <a href="./ludowiz.apk" class="app-download-icons"> <!-- FIGURE --> <figure><i class="fa fa-android"></i></figure> <!-- h6 heading --> <h6>DOWNLOAD APK</h6> </a> </section> </div> </div> </div> <div class="col-xs-12 col-sm-12 col-md-6"> <div class="about-half-colom-section-image wow fadeInRight" data-wow-duration="2s"> <img src="images/screen1/abot.png" alt="aboutimage"> </div> </div> </div> </div> </section> <!-- MORE FEATURES --> <div class="site-more-features section-blue color-gredient" id="site-more-features"> <div class="container"> <div class="row"> <div class="col-sm-12"> <!-- heading --> <h1>Easy To Play</h1> <div class="col-xs-12 col-sm-12 col-md-2 col-lg-2 "> </div> <div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 "> </div> <div class="col-xs-12 col-sm-12 col-md-2 col-lg-2 "> </div> </div> <!-- clearfix --> <div class="clearfix"></div> <div class="col-xs-12 col-sm-12 col-md-4 col-md-push-4"> <!-- mobile image --> <figure class="featured-img wow fadeInDown" data-wow-duration="2s"> <img src="images/screen1/sider.png" alt="Image"> </figure> <!-- end --> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-md-pull-4"> <!-- feature 1 --> <div class="feature align-right"> <h5>Simple Login & Signup</h5> <p>1 click login using Facebook and Google. Signup with S2SPixel.</p> <figure> <span class="icon-micro"></span> </figure> </div> <!-- feature 2 --> <div class="feature align-right move"> <h5>Use Your Unique Strategies</h5> <p>All your transaction details are safe with the Payment Gateway.</p> <figure> <span class="icon-portfolio"></span> </figure> </div> <!-- feature 3 --> <div class="feature align-right"> <h5>Refer and Earn Rewards</h5> <p>There is no limit on referrals. Earn unlimited money on all successful referrals. </p> <figure> <span class="icon-chat"></span> </figure> </div> </div> <div class="col-xs-12 col-sm-12 col-md-4"> <!-- feature 1 --> <div class="feature align-left"> <h5>Buy Coins & Instant Withdrawal</h5> <p>You can withdraw win money at any time. We take max 24 hours to transfer your money to your wallet/account.</p> <figure> <span class="icon-albums"></span> </figure> </div> <!-- feature 2 --> <div class="feature align-left move"> <h5>Challenging Game</h5> <p>Challenge your opponent and defeat them using your unique strategies. </p> <figure> <span class="icon-lock"></span> </figure> </div> <!-- feature 3 --> <div class="feature align-left"> <h5>Safe & Secure Gateway</h5> <p>You can play the game as you want. Use your skills to win the game.</p> <figure> <span class="icon-moon"></span> </figure> </div> </div> </div> </div> </div> <!--end feature--> <!-- refferal --> <section id="site-refferal" class="site-subscribe section-white"> <div class="container"> <div class="row"> <div class="col-xs-12 wow flipInX" data-wow-duration="2s"> <!-- H1 HEADING --> <h1>Refferal</h1> <img src="images/screen1/bann.png" alt="Image"> </div> </div> </div> </section> <!-- refferal --> <!--start distributation--> <section class="pricing-area"> <div class="container"> <div class="row d-flex justify-content-center"> <div class="col-lg-12"> <div class="section-title text-center"> <h1>Prize Distribution Table</h1> </div> </div> </div> <div class="row"> <div class="col-lg-4 col-md-6"> <p style="text-align: center;color: #fff; font-size: 20px;">Classic Mode</p> <div class="single-price" style="will-change: transform; transform: perspective(300px) rotateX(0deg) rotateY(0deg);"> <div class="end-sec"> <div class="price_body"> <table class="m-0 table table-borderless table-hover"> <thead> <tr class="title_bg"> <th>Pool Entry Fee (credits)</th> <th>No. of Players in a Pool</th> <th>Winner Prize (credits)</th> </tr> </thead> <tbody> <tr> <td>50</td> <td>2</td> <td>90</td> </tr> <tr> <td>50</td> <td>4</td> <td>180</td> </tr> <tr> <td>100</td> <td>2</td> <td>180</td> </tr> <tr> <td>100</td> <td>4</td> <td>360</td> </tr> <tr> <td>250</td> <td>2</td> <td>450</td> </tr> <tr> <td>250</td> <td>4</td> <td>900</td> </tr> <tr> <td>500</td> <td>2</td> <td>900</td> </tr> <tr> <td>500</td> <td>4</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>2</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>4</td> <td>3600</td> </tr> <tr> <td>2500</td> <td>2</td> <td>4500</td> </tr> <tr> <td>2500</td> <td>4</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>2</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>4</td> <td>18000</td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="col-lg-4 col-md-6"> <p style="text-align: center;color: #fff; font-size: 20px;">Quick Mode</p> <div class="single-price" style="will-change: transform; transform: perspective(300px) rotateX(0deg) rotateY(0deg);"> <!-- <div class="top-sec d-flex justify-content-between"> <div class="top-left"> <h4>Business</h4> <p>For <br>small Company</p> </div> <div class="top-right"> <h1>£399</h1> </div> </div> --> <div class="end-sec"> <div class="price_body"> <table class="m-0 table table-borderless table-hover"> <thead> <tr class="title_bg"> <th>Pool Entry Fee (credits)</th> <th>No. of Players in a Pool</th> <th>Winner Prize (credits)</th> </tr> </thead> <tbody> <tr> <td>50</td> <td>2</td> <td>90</td> </tr> <tr> <td>50</td> <td>4</td> <td>180</td> </tr> <tr> <td>100</td> <td>2</td> <td>180</td> </tr> <tr> <td>100</td> <td>4</td> <td>360</td> </tr> <tr> <td>250</td> <td>2</td> <td>450</td> </tr> <tr> <td>250</td> <td>4</td> <td>900</td> </tr> <tr> <td>500</td> <td>2</td> <td>900</td> </tr> <tr> <td>500</td> <td>4</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>2</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>4</td> <td>3600</td> </tr> <tr> <td>2500</td> <td>2</td> <td>4500</td> </tr> <tr> <td>2500</td> <td>4</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>2</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>4</td> <td>18000</td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="col-lg-4 col-md-6"> <p style="text-align: center;color: #fff; font-size: 20px;">Play With Friends Mode</p> <div class="single-price" style="will-change: transform; transform: perspective(300px) rotateX(0deg) rotateY(0deg);"> <div class="end-sec"> <div class="price_body"> <table class="m-0 table table-borderless table-hover"> <thead> <tr class="title_bg"> <th>Pool Entry Fee (credits)</th> <th>No. of Players in a Pool</th> <th>Winner Prize (credits)</th> </tr> </thead> <tbody> <tr> <td>50</td> <td>2</td> <td>90</td> </tr> <tr> <td>50</td> <td>4</td> <td>180</td> </tr> <tr> <td>100</td> <td>2</td> <td>180</td> </tr> <tr> <td>100</td> <td>4</td> <td>360</td> </tr> <tr> <td>250</td> <td>2</td> <td>450</td> </tr> <tr> <td>250</td> <td>4</td> <td>900</td> </tr> <tr> <td>500</td> <td>2</td> <td>900</td> </tr> <tr> <td>500</td> <td>4</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>2</td> <td>1800</td> </tr> <tr> <td>1000</td> <td>4</td> <td>3600</td> </tr> <tr> <td>2500</td> <td>2</td> <td>4500</td> </tr> <tr> <td>2500</td> <td>4</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>2</td> <td>9000</td> </tr> <tr> <td>5000</td> <td>4</td> <td>18000</td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> </section> <!--end distributation--> <!-- LEFT CONTENT & RIGHT IMAGE --> <!-- Screens VIEW --> <section class="site-quick-view section-white" id="site-quick-view"> <div class="container-fluid wide"> <div class="row"> <div class="col-sm-12"> <!-- heading --> <h1>Featured Screens</h1> <!-- Slider main container --> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="swiper-container" id="quick-view-slider"> <!-- Additional required wrapper --> <ul class="swiper-wrapper"> <!-- slide 1 --> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/000.png" alt="Image"> </figure> </a> </li> <!-- slide 2 --> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/003.png"> </figure> </a> </li> <!-- slide 3 --> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/002.png" alt="Image"> </figure> </a> </li> <!-- slide 4 --> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/001.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/0004.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/006.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/000.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/001.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/002.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/0004.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/006.png" alt="Image"> </figure> </a> </li> <li class="swiper-slide"> <!-- box URL --> <a href="#" class="box"> <!-- image --> <figure> <img src="images/screen1/001.png" alt="Image"> </figure> </a> </li> </ul> </div> </div> </div> </div> <!-- If we need navigation buttons --> <div id="quick-view-prev" class="swiper-button-prev"><span class="icon-play-flip"></span></div> <div id="quick-view-next" class="swiper-button-next"><span class="icon-play"></span></div> <!-- If we need pagination --> <div id="quick-view-paging" class="swiper-pagination visible-xs"></div> </div> </div> </div> </section> <section style="margin-top: 100px;" id="site-download" class="site-download section-blue"> <div class="container"> <div class="row"> <div class="col-xs-12"> <!-- H1 HEADING --> <h1>Ludo Wiz Download</h1> <!-- DOWNLOAD ICONS --> <section class="site-download-icons"> <div class="align-center"> <!-- BUTTON 2 --> <a href="#" class="app-download-icons wow fadeInDown" data-wow-duration="2s"> <!-- FIGURE --> <figure><i class="fa fa-android"></i></figure> <!-- h6 heading --> <h6>DOWNLOAD APK</h6> </a> </div> </section> </div> </div> </div> </section> <!-- Download --> <section id="site-accordion" class="site-accordion section-grey left-heading" style="background-color: rgba(251, 251, 251, 0.4);"> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-6"> <div class="about-half-colom-section" style="margin-top: 30%;"> <div class="about-half-colom-section-content" style="text-align: justify;"> <h3> Deposit Or Withdraw Money Into Your Wallet Through Paytm </h3> <p>Diposit or withdraw money with ther trust of paytm's secure payment system.</p> <section class="site-download-icons about-icon"> <a href="./ludowiz.apk" class="app-download-icons"> <!-- FIGURE --> <figure><i class="fa fa-android"></i></figure> <!-- h6 heading --> <h6>DOWNLOAD APK</h6> </a> </section> </div> </div> </div> <div class="col-xs-12 col-md-6"> <!-- mobile image --> <figure class="accordion-img wow fadeIn" data-wow-duration="3s"> <img src="images/screen1/slider.png" alt="Image"> </figure> <!-- end --> </div> </div> </div> </section> <section id="site-accordion" class="site-accordion section-grey left-heading" style="background-color: rgba(251, 251, 251, 0.4);"> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-6"> <!-- mobile image --> <figure class="accordion-img wow fadeIn" data-wow-duration="3s"> <img src="images/screen1/slider.png" alt="Image"> </figure> <!-- end --> </div> <div class="col-xs-12 col-md-6"> <div class="about-half-colom-section" style="margin-top: 30%;"> <div class="about-half-colom-section-content" style="text-align: justify;"> <h3> Play With Real Money </h3> <p>You would love playing real cash ludo game on Ludo Wiz as our user interface is attactive and eye caching. Deposit amount to your main wallet - play with people around India - win matches and withdraw win amount instantly.isn't it simple?.</p> <section class="site-download-icons about-icon"> <a href="./ludowiz.apk" class="app-download-icons" style="float: right"> <!-- FIGURE --> <figure><i class="fa fa-android"></i></figure> <!-- h6 heading --> <h6>DOWNLOAD APK</h6> </a> </section> </div> </div> </div> </div> </div> </section> <!-- TEAM --> <!-- STATISTIC --> <section class="site-statistic section-white" id="site-statistic"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-5 col-sm-offset-1 col-md-4 col-md-offset-0"> <!-- number --> <div class="site-number"> <!-- icon --> <div class="stat-icon"> <img src="images/cloud.png" alt="cloud"></div> <!-- h5 heading --> <h5 class="counter-count">5<span>K</span></h5> <!-- paragraph --> <p>App Download</p> </div> <!-- end --> </div> <div class="col-xs-12 col-sm-5 col-sm-offset-1 col-md-4 col-md-offset-0"> <!-- number --> <div class="site-number"> <!-- icon --> <div class="stat-icon"> <img src="images/thumbsup.png" alt="thumbsup"></div> <!-- h5 heading --> <h5 class="counter-count">5<span>K</span></h5> <!-- paragraph --> <p>Active User</p> </div> <!-- end --> </div> <div class="col-xs-12 col-sm-5 col-sm-offset-1 col-md-4 col-md-offset-0"> <!-- number --> <div class="site-number"> <!-- icon --> <div class="stat-icon"> <img src="images/users.png" alt="users"></div> <!-- h5 heading --> <h5 class="counter-count">95 <span>%</span></h5> <!-- paragraph --> <p>Return Customers</p> </div> <!-- end --> </div> </div> </div> </section> <!-- TESTIMONIAL --> <section class="site-testimonial section-grey" id="site-testimonial"> <div class="container-fluid wide"> <div class="row"> <div class="col-sm-12"> <!-- H1 HEADING --> <h1>Trusted by 1000+ clients</h1> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> </div> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> </div> <div class="clearfix"> </div> <!-- Slider main container --> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-2 col-lg-2"> </div> <div class="col-xs-12 col-sm-12 col-md-8 col-lg-8"> <div class="swiper-container" id="testimonial-slider"> <!-- Additional required wrapper --> <ul class="swiper-wrapper"> <!-- slide 1 --> <li class="swiper-slide"> <div class="swiper-slide-box"> <!-- image --> <figure> <img src="images/testi1.png" alt="User"> </figure> <!-- user name --> <h5>Kanak Choudhary</h5> <!-- paragraph --> <p> A best platform for all family members to come together and have fun, no need to find the dices and all the material at home now!Just open the game and start playing.... </p> </div> <div class="swiper-slide-back-box"> </div> </li> <!-- slide 2 --> <li class="swiper-slide"> <div class="swiper-slide-box"> <!-- image --> <figure> <img src="images/testi2.jpg" alt="User"> </figure> <!-- user name --> <h5>Salini Yadav</h5> <!-- paragraph --> <p> THIS APP IS VERY GOOD TO PLAY GAME AND EARN. </p> </div> <div class="swiper-slide-back-box"> </div> </li> <!-- slide 3 --> <li class="swiper-slide"> <div class="swiper-slide-box"> <!-- image --> <figure> <img src="images/testi3.jpg" alt="User"> </figure> <!-- user name --> <h5>Mona Roy</h5> <!-- paragraph --> <p> Its cool if you are playing with your friends. </p> </div> <div class="swiper-slide-back-box"> </div> </li> </ul> </div> </div> <div class="col-xs-12 col-sm-12 col-md-2 col-lg-2"> </div> </div> </div> <!-- If we need navigation buttons --> <div id="testimonial-prev" class="swiper-button-prev hidden-lg"><span class="icon-play-flip"></span></div> <div id="testimonial-next" class="swiper-button-next hidden-lg"><span class="icon-play"></span> </div> <!-- If we need pagination --> <div id="testimonial-paging" class="swiper-pagination"></div> </div> </div> </div> </section> <!-- PACKAGES --> <!-- LATEST BLOG --> <!-- <section class="latest-blog section-grey" id="latest-blog"> <div class="container-fluid wide"> <div class="row"> <div class="col-xs-12"> <h1>Latest Blog Post</h1> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> <div class="main-heading-text"> <p>Lorem Ipsum is simply dummy text of the printing and typeseing industry Lorem Ipsum has been the industry's standard dummy text Lorem is simply dummy text of the printing and </p> </div> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"> <div class="blog-post-box"> <figure> <img src="images/blog-images/blog-post1.jpg" alt="blogpostimage"></figure> <div class="blog-post-content"> <ul> <li> By Admin |</li> <li> (20) Comments </li> </ul> <a href="#"> <h4>A process behind app </h4> </a> <span> May 24, 2017</span> <p>Lorem Ipsum is simply dummy text of the printing and typeseg indury Lorem Ipsum e printing and has been the industry's standard dummy text ever since the. </p> </div> </div> <a class="blog-more-button" href="#">read more </a> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"> <div class="blog-post-box"> <figure> <img src="images/blog-images/blog-post2.jpg" alt="blogpostimage"></figure> <div class="blog-post-content"> <ul> <li> By Admin |</li> <li> (20) Comments </li> </ul> <a href="#"> <h4>Blog title goes here </h4> </a> <span> May 24, 2017</span> <p>Lorem Ipsum is simply dummy text of the printing and typeseg indury Lorem Ipsum e printing and has been the industry's standard dummy text ever since the. </p> </div> </div> <a class="blog-more-button" href="#">read more </a> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"> <div class="blog-post-box"> <figure> <img src="images/blog-images/blog-post3.jpg" alt="blogpostimage"></figure> <div class="blog-post-content"> <ul> <li> By Admin |</li> <li> (20) Comments </li> </ul> <a href="#"> <h4>A process behind app </h4> </a> <span> May 24, 2017</span> <p>Lorem Ipsum is simply dummy text of the printing and typeseg indury Lorem Ipsum e printing and has been the industry's standard dummy text ever since the. </p> </div> </div> <a class="blog-more-button" href="#">read more </a> </div> </div> </div> </div> </section> --> <!-- SUBSCRIBE --> <section id="site-subscribe" class="site-subscribe section-white"> <div class="container"> <div class="row"> <div class="col-xs-12 wow flipInX" data-wow-duration="2s"> <!-- H1 HEADING --> <h1>Subscribe us</h1> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"> <div class="main-heading-text"> <p>Subscribe to our Newsletter to get daily updates by us!! </p> </div> </div> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> </div> <!-- BOX --> <div class="site-box"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-3"> </div> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-6"> <!-- FORM --> <form action="#" method="post" class="site-form"> <label> <input type="email" placeholder="enter your email id here" required="required"> </label> <input type="submit" value="SUBMIT"> </form> <!-- END FORM --> </div> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-3"> </div> </div> </div> </div> </div> </div> </section> <!-- TWITTER --> <section class="site-twitter section-blue" id="site-twitter" style="display:none"> <div class="container-fluid wide"> <div class="row"> <div class="col-xs-12"> <!-- H1 HEADING--> <h1 class="heading-inverse">Tweet @ <strong>Ludo Wiz</strong></h1> <!-- Slider main container --> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1"> <div class="swiper-container" id="tweet-slider"> <!-- Tweets --> <ul class="swiper-wrapper tweet"></ul> </div> </div> </div> </div> <!-- If we need navigation buttons --> <div id="tweet-prev" class="swiper-button-prev hidden-lg"><span class="icon-play-flip"></span> </div> <div id="tweet-next" class="swiper-button-next hidden-lg"><span class="icon-play"></span></div> <!-- If we need pagination --> <div id="tweet-paging" class="swiper-pagination"></div> </div> </div> </div> </section> <!-- QUICK SUPPORT --> <section id="quick-support" class="site-quick-support section-white"> <div class="container"> <div class="contact-box color-gredient"> <div class="col-xs-12"> <div class="box"> <!-- INFO --> <div class="col-xs-12 col-sm-12 col-md-5 col-lg-5"> <div class="site-info"> <h5> Contact Info</h5> <!-- BOX --> <a href="tel:+918863918797" class="site-box-row"> <!-- ICON --> <h6><i class="fa fa-phone"></i> Call us </h6> <!-- PARAGRAPH --> <p>+91-8863918797</p> </a> <!-- BOX --> <a href="mailto:[email protected]" class="site-box-row last"> <!-- ICON --> <h6><i class="fa fa-envelope"></i> Email us</h6> <!-- Mail --> <p>[email protected]</p> </a> </div> </div> <!-- CONTACT FORM --> <div class="col-xs-12 col-sm-12 col-md-7 col-lg-7"> <div class="site-info form"> <h5> Send us message! </h5> <form action="MAILTO:[email protected]" method="post" enctype="text/plain" class="site-contact-form" id="myForm"> <label> <input class="app-btn value-clear" type="text" name="app_name" placeholder="Name" required="required"> </label> <label> <input class="app-btn value-clear" type="email" name="app_email" placeholder="Email" required="required"> </label> <label> <input class="app-btn value-clear" type="tel" name="app_phone" placeholder="Phone" required="required"> </label> <label class="last"> <textarea class="app-btn value-clear" name="app_message" placeholder="Message" required></textarea> </label> <label class="move"> <!--<button id="form-submit-btn" class="app-btn" type="submit">Submit <i class="fa fa-spin fa-spinner"></i></button>--> <input type="submit" value="Submit" id="form-submit-btn" class="app-btn"> </label> </form> </div> </div> </div> </div> </div> </div> </section> <!-- SUBSCRIBE --> <section class="site-subscribe" style="display:none;"> <div class="container"> <div class="row"> <div class="col-xs-12"> <!-- BOX --> <div class="site-box"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 no-space"> <!-- PARAGRAPH --> <p>Subscribe to our Newsletter to get first Gift voucher by Ludo Wiz</p> <!-- END PARAGRAPH --> </div> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 no-space"> <!-- FORM --> <form action="#" method="post" class="site-form"> <label> <input type="email" placeholder="" required="required"> </label> <input type="submit" value="SUBMIT"> </form> <!-- END FORM --> </div> </div> </div> </div> </div> </div> </section> <!-- FOOTER --> <footer class="site-footer section-blue"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center"> <ul> <!-- ACTIVE ITEM --> <li style="display: contents;"><a href="how-to-play.html">How To Play?</a></li> <li style="display: contents;"><a href="privacy.html">Privacy Policy</a></li> <li style="display: contents;"><a href="return-&-Refind.html">Return Refund and Cancelation</a></li> <li style="display: contents;"><a href="terms.html">Tearms & Condition</a></li> </ul> </div> <div class="site-social-icons"> <a href="https://www.facebook.com/ludowiz"><img src="images/ic_fb.png"></a> </div> <div class="site-copyright"> <p> Copyright © 2020 - Ludo Wiz | All rights reserved</p> </div> </div> </div> </footer> <!--whatsapp chat icon--> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <a href="https://api.whatsapp.com/send?phone=+91-8863918797&text=&source=&data=&app_absent=" class="float" target="_blank"> <i class="fa fa-whatsapp my-float"></i> </a> <!---end chat--> <!-- END WRAPPER --> <!--- SCRIPTS --> <script src="js/jquery-1.12.4.min.js"></script> <!-- JQuery --> <script src="js/loadingoverlay.min.js"></script> <!-- Preloader --> <script src="js/swiper.jquery.min.js"></script> <!-- Carousel slider --> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <!-- Custom scroll bar --> <script src="js/modernizr-custom.min.js"></script> <!-- Modernizr --> <script src="js/imagesloaded.pkgd.min.js"></script> <!-- Header Slider --> <script src="js/hammer.min.js"></script> <!-- Header Slider --> <script src="js/sequence.min.js"></script> <!-- Header Slider --> <script src="js/tweetie.min.js"></script> <!-- Twitter Feed --> <script src="js/jquery.countimator.min.js"></script> <!-- Counter --> <script src="js/bootstrap.min.js"></script> <!-- Bootstrap --> <script src="js/jquery.sticky.min.js"></script> <!-- Sticky Header --> <script src="js/jquery.scrollUp.min.js"></script> <!-- scroll top --> <script src="js/style.js"></script> <!-- Template Changeable Plugin Options --> <script src="js/wow.min.js"></script> <!--Wow animation js --> <!--Wave animation on mouse move js --> <script src="js/TweenMax.min.js"></script> <!--Wave animation on mouse move js --> <script src="js/jquery-parallax.js"></script> <!--Wave animation on mouse move js --> <script> $(document).mousemove(function(e) { $('.background').parallax(-30, e); $('.cloud1').parallax(10, e); $('.cloud2').parallax(20, e); $('.cloud3').parallax(30, e); }); </script> </div> </body> </html>