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: lexpm.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="awesome, demo, website" /> <meta name="description" content="This is an awesome website for demo purposes." /> <link rel="canonical" href="https://lexpm.com/" /> <meta property="og:title" content="Awesome Website Title"> <meta property="og:type" content="website"> <meta property="og:image" content="https://lexpm.com/static/logo/552503139favicon.png"> <meta property="og:url" content="https://lexpm.com/"> <meta property="og:description" content="This is an awesome website for demo purposes."> <meta property="og:site_name" content="My Awesome Website"> <meta property="og:image:width" content="630" /> <meta property="og:image:height" content="630" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@my awesome website"> <meta name="twitter:creator" content="@my awesome website"> <meta name="twitter:title" content="Awesome Website Title"> <meta name="twitter:description" content="This is an awesome website for demo purposes."> <meta name="twitter:image" content="https://lexpm.com/static/logo/552503139favicon.png"> <meta name="twitter:image:alt" content="Awesome Website Title"> <meta name="twitter:domain" content="lexpm.com"> <meta name="robots" content="index, follow"> <link rel="shortcut icon" href="https://lexpm.com/static/img/logo/911963926تصميم_بدون_عنوان__2_-removebg-preview.png" type="image/x-icon"> <title> Awesome Website Title </title> <link rel="stylesheet" href="https://lexpm.com/themes/poko/css/style.css"> <script src="https://lexpm.com/js/tailwind.js"></script> <link rel="stylesheet" href="https://lexpm.com/css/animate.css" /> <script src="https://lexpm.com/js/wow.min.js"></script> <script>poko = { url: "https://lexpm.com/" }</script> <script src="https://lexpm.com/js/toast.min.js"></script> <link rel="stylesheet" href="https://lexpm.com/css/toast.min.css" /> <style> :root { --theme-color: #a82973 ; } </style> </head> <body style="background-image: url('https://lexpm.com/static/img/bg.png')"> <div class="offcanvas"> <div class="offcanvas-menu scroll-none"> <div class="flex sticky top-[15px] mt-4 z-40"> <form action="" class="live-search mr-10 w-full flex items-center bg-white p-1 rounded-lg"> <button onclick="this.parentNode.parentNode.parentNode.parentNode.classList.remove('active')" type="button" class="px-4 py-2 for-desktop"> <img class="rounded-full" width="40" src="https://lexpm.com/static/img/logo/logo-sm.png" /> </button> <button onclick="this.parentNode.parentNode.parentNode.parentNode.classList.remove('active')" type="button" class="px-4 py-2 rounded-lg for-mobile flex gap-1 w-[150px] items-center"> <svg width="20px" height="20px" stroke-width="3" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M15 6L9 12L15 18" stroke="#8c8c8c" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path> </svg> <img width="40" class="rounded-full for-mobile" src="https://lexpm.com/static/img/logo/logo-sm.png" /> </button> <input type="text" placeholder="What are you playing today?" class="w-full mx-3 text-[#002b50] text-xl font-bold outline-none h-[40px] block"> <button class="px-4 live-search-attached-button" disabled="true" type="button"> <svg width="28px" height="28px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#8c8c8c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#8c8c8c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> </form> <button onclick="this.parentNode.parentNode.parentNode.classList.remove('active')" class="close-button bg-white h-[70px] flex justify-center items-center rounded-full w-[70px] absolute top-[-10px] right-[-40px]"> <svg width="30px" height="30px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M15 6L9 12L15 18" stroke="#8c8c8c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> </div> <div class="search-error wow bounceIn hidden p-4 bg-white mt-6 mx-2 mb-2"> <h5 class="font-bold text-lg">Hmm, nothing’s coming up for that.</h5> <p class="text-sm text-gray-600 font-medium">Try searching for something else or play one of these great games.</p> </div> <div id="live-search-result" class="m-grid-start mt-4"></div> <div id="offconvas-content"> <div class="flex flex-wrap RightFade relative gap-4 mt-4"> <a href="https://lexpm.com/adventure" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Adventure </a> <a href="https://lexpm.com/clicker" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Clicker </a> <a href="https://lexpm.com/cooking" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Cooking </a> <a href="https://lexpm.com/girls" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Girls </a> <a href="https://lexpm.com/arcade" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Arcade </a> <a href="https://lexpm.com/bejeweled" class="category-link-box wow bounceIn shadow-lg hover:bg-[var(--theme-color)] hover:text-white bg-white px-6 py-3 uppercase text-xs font-bold rounded-full"> Bejeweled </a> </div> <div class="recent-uploaded-games"> <h3 class="font-bold text-xl mt-6 mb-4">Recently added games</h3> <div class="m-grid-start"> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/kids-education"> <picture style="background-image: url('https://img.gamemonetize.com/iqjxnqk15h0mxj0be9hi3gxoh39dd16y/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Kids Education </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/dice-math"> <picture style="background-image: url('https://img.gamemonetize.com/n412slsirp0rlj8kjc4133gdecjvs72k/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Dice Math </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/maze-pac-runner"> <picture style="background-image: url('https://img.gamemonetize.com/cf6pwvtlghlup2ncdhzjvacxi5paszja/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Maze Pac Runner </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/math-playground"> <picture style="background-image: url('https://img.gamemonetize.com/8wttfggfhrxxl4xfhyslodt3ei83sw0u/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Math Playground </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/-christmas-at-cattle-hill-jigsaw-puzzle-games-for-"> <picture style="background-image: url('https://img.gamemonetize.com/l8c732cc1lyojfeofszhn4b265om5611/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Christmas at Cattle Hill Jigsaw Puzzle Games For </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fury-dash"> <picture style="background-image: url('https://img.gamemonetize.com/gksbldmjr5qnib5keoje0vd9gc98wcp0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fury Dash </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/farm-heroes-match"> <picture style="background-image: url('https://img.gamemonetize.com/vsuoa6kpja9vechi04tqm4uvg8ot39dy/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Farm Heroes Match </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/candy-bonanza-5-in-row"> <picture style="background-image: url('https://img.gamemonetize.com/ddc0mpt6pn54qibvvncg9ttncf5b284f/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Candy Bonanza 5 in Row </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/professor-bubble-online"> <picture style="background-image: url('https://img.gamemonetize.com/br4oehlmvw2iaptrqwktwdg9yztdspq4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Professor Bubble Online </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/musical-bubble"> <picture style="background-image: url('https://img.gamemonetize.com/wrfwczqiwv93yheyu2b08pk9x3rknffl/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Musical Bubble </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/zumba-ocean"> <picture style="background-image: url('https://img.gamemonetize.com/ixcce3ic7s20gybem1au09ject2k5rpa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Zumba Ocean </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fruits-juice-crush"> <picture style="background-image: url('https://img.gamemonetize.com/30cf93dr50hzhm8tslo7412ttk0hg796/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fruits Juice Crush </p> </div> </picture> </a> </div> <div class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/eg-smiles"> <picture style="background-image: url('https://img.gamemonetize.com/odnzqiijmnu2ibmdnditjw1n8jg4s62g/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> EG Smiles </p> </div> </picture> </a> </div> </div> </div> </div> </div> </div> <div class="mvn-container px-3"> <div class="mx-2"> <div class="m-grid-start home"> <nav class="navbar flex justify-between items-center p-4 bg-white"> <a aria-label="logo" href="https://lexpm.com/"> <img src="https://lexpm.com/static/img/logo/552503139favicon.png" alt="My Awesome Website" /> </a> <div class="flex navbar-shortcut flex-col gap-2"> <a aria-label="home" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex justify-center items-center rounded-lg" href="https://lexpm.com/"> <svg width="26px" height="26px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M9 21H7C4.79086 21 3 19.2091 3 17V10.7076C3 9.30887 3.73061 8.01175 4.92679 7.28679L9.92679 4.25649C11.2011 3.48421 12.7989 3.48421 14.0732 4.25649L19.0732 7.28679C20.2694 8.01175 21 9.30887 21 10.7076V17C21 19.2091 19.2091 21 17 21H15M9 21V17C9 15.3431 10.3431 14 12 14V14C13.6569 14 15 15.3431 15 17V21M9 21H15" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <button aria-label="search" name="search bar menu button" onclick="document.querySelector('.offcanvas').classList.toggle('active')" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex open-menu justify-center items-center rounded-lg"> <svg width="26px" height="26px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </button> </div> </nav> <div data-card-size="md" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/kids-education"> <picture style="background-image: url('https://img.gamemonetize.com/iqjxnqk15h0mxj0be9hi3gxoh39dd16y/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Kids Education </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/dice-math"> <picture style="background-image: url('https://img.gamemonetize.com/n412slsirp0rlj8kjc4133gdecjvs72k/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Dice Math </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/maze-pac-runner"> <picture style="background-image: url('https://img.gamemonetize.com/cf6pwvtlghlup2ncdhzjvacxi5paszja/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Maze Pac Runner </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/math-playground"> <picture style="background-image: url('https://img.gamemonetize.com/8wttfggfhrxxl4xfhyslodt3ei83sw0u/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Math Playground </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/-christmas-at-cattle-hill-jigsaw-puzzle-games-for-"> <picture style="background-image: url('https://img.gamemonetize.com/l8c732cc1lyojfeofszhn4b265om5611/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Christmas at Cattle Hill Jigsaw Puzzle Games For </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fury-dash"> <picture style="background-image: url('https://img.gamemonetize.com/gksbldmjr5qnib5keoje0vd9gc98wcp0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fury Dash </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/farm-heroes-match"> <picture style="background-image: url('https://img.gamemonetize.com/vsuoa6kpja9vechi04tqm4uvg8ot39dy/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Farm Heroes Match </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/candy-bonanza-5-in-row"> <picture style="background-image: url('https://img.gamemonetize.com/ddc0mpt6pn54qibvvncg9ttncf5b284f/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Candy Bonanza 5 in Row </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/professor-bubble-online"> <picture style="background-image: url('https://img.gamemonetize.com/br4oehlmvw2iaptrqwktwdg9yztdspq4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Professor Bubble Online </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/musical-bubble"> <picture style="background-image: url('https://img.gamemonetize.com/wrfwczqiwv93yheyu2b08pk9x3rknffl/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Musical Bubble </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/zumba-ocean"> <picture style="background-image: url('https://img.gamemonetize.com/ixcce3ic7s20gybem1au09ject2k5rpa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Zumba Ocean </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fruits-juice-crush"> <picture style="background-image: url('https://img.gamemonetize.com/30cf93dr50hzhm8tslo7412ttk0hg796/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fruits Juice Crush </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/eg-smiles"> <picture style="background-image: url('https://img.gamemonetize.com/odnzqiijmnu2ibmdnditjw1n8jg4s62g/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> EG Smiles </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jewel-and-santa-claus"> <picture style="background-image: url('https://img.gamemonetize.com/sezgl4hottucvxgld398s7s9u3g6j9yb/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jewel And Santa Claus </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bejeweled-classic"> <picture style="background-image: url('https://img.gamemonetize.com/qwl0zt1wyh78bxjhhax2hn30sv69ssy0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Bejeweled Classic </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bubble-hunter"> <picture style="background-image: url('https://img.gamemonetize.com/ajav2b2twudkbn3oy3if8s2tx99kwjxl/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Bubble Hunter </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/corona-crush-saga"> <picture style="background-image: url('https://img.gamemonetize.com/g4b7wfy4cgmmn3a7r5jeuk6ifxmgyk1f/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Corona Crush Saga </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/vegetables-rush"> <picture style="background-image: url('https://img.gamemonetize.com/i10i99q1909mcnm6p2tdbr01u9goc0ou/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Vegetables Rush </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fruits-pop"> <picture style="background-image: url('https://img.gamemonetize.com/jrkzac7i18hbvjnub9dl0d7lgztbmyjz/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fruits Pop </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/desert-rush"> <picture style="background-image: url('https://img.gamemonetize.com/zrrzl1932zgh5phfqaq33axx6tv3pi8p/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Desert Rush </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jewel-christmas"> <picture style="background-image: url('https://img.gamemonetize.com/is9rk8sdsodp2bvf0f54qn0jy5kahl9z/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jewel Christmas </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bubble-shooter-egypt"> <picture style="background-image: url('https://img.gamemonetize.com/54m5059woy9airt0469xzuow7sbnmaps/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Bubble Shooter Egypt </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/planets-match-3"> <picture style="background-image: url('https://img.gamemonetize.com/0cpenqml9w1t1f98kx3k3agowpqbekdf/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Planets Match 3 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/big-farm-match-3"> <picture style="background-image: url('https://img.gamemonetize.com/natri7ls15nrob8fupuml306oun91cip/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Big Farm Match 3 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/christmas-block-collapse"> <picture style="background-image: url('https://img.gamemonetize.com/iv0cl7ne6sd244flk83qa4dlb389n0l6/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Christmas Block Collapse </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/xmas-match-deluxe-"> <picture style="background-image: url('https://img.gamemonetize.com/3o0kfb206ee8sjh1q14uu8cc2eiywur0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Xmas Match Deluxe </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jewel-aquarium"> <picture style="background-image: url('https://img.gamemonetize.com/utu7niv6jo7j2qqtv1zzne4zx1hq5aa0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jewel Aquarium </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/pirates-the-match-3"> <picture style="background-image: url('https://img.gamemonetize.com/r9rjm8hvdtc4o37xm41pzuolphj8r72i/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Pirates the match 3 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/castle-defense"> <picture style="background-image: url('https://img.gamemonetize.com/8ho6im78j2n2nk4g9dcg23pvxin8op4w/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Castle Defense </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jewel-pop"> <picture style="background-image: url('https://img.gamemonetize.com/67u3mkrfs6fd5c3mjg2htccbzkkirltx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jewel Pop </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/animal-tiles"> <picture style="background-image: url('https://img.gamemonetize.com/xlw1gis0phxca7qwg2m20ho2r88j5rws/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Animal Tiles </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-coloring-round"> <picture style="background-image: url('https://img.gamemonetize.com/ej531c1qwaaczr2nvbz814ez5t1slthc/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game Coloring Round </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/monster-demolition-giants-3d"> <picture style="background-image: url('https://img.gamemonetize.com/erwx4lnhtuvvqdxx0lm6poeujvc86zpt/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Monster Demolition Giants 3d </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-sprunki-shooter-game-2"> <picture style="background-image: url('https://img.gamemonetize.com/wzm0gs2j1u7nkoe4tvydmnp159qrgiwx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Sprunki Shooter Game 2 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fish-land-fish-world"> <picture style="background-image: url('https://img.gamemonetize.com/wt6ao6spuwge92yrm2vdvacbk2x9nx1d/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fish Land Fish World </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/youtuber-mcraft-2player"> <picture style="background-image: url('https://img.gamemonetize.com/7hnht9qa27besyoif2tiofvur8mqnym2/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Youtuber Mcraft 2Player </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-sprunki-mingle-game-2"> <picture style="background-image: url('https://img.gamemonetize.com/5pkjuxddhqw9165ijnvbv3klqd5nehwp/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Sprunki Mingle Game 2 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cameraman-vs-skibidi-survival"> <picture style="background-image: url('https://img.gamemonetize.com/qwrh7vdpk28dec25mzzsg90ze5v3m6dm/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cameraman Vs Skibidi Survival </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/merge-racer-stunts-car"> <picture style="background-image: url('https://img.gamemonetize.com/cq4c150jlexy0c84dddd16guxu8pg356/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Merge Racer Stunts Car </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/milky-way"> <picture style="background-image: url('https://img.gamemonetize.com/53e78luthfa9xix3pgbjbf700xatretx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Milky Way </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/mecha-storm-robot-battle"> <picture style="background-image: url('https://img.gamemonetize.com/wn2tyw8p8nui8og9u7pyqi70ormnv5xq/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Mecha Storm Robot Battle </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/super-cloner-3d"> <picture style="background-image: url('https://img.gamemonetize.com/qy5qaifuo8kcmabzyo1ssw4ly1r0oz8i/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Super Cloner 3D </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-2-snake"> <picture style="background-image: url('https://img.gamemonetize.com/wu9b82nneoxc2k7beqds11zrhsqgp72q/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game 2 Snake </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-x-sprunki-anomaly"> <picture style="background-image: url('https://img.gamemonetize.com/6f7m52oe6b4p6k97zxjowlkyln0gu4xv/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game X Sprunki Anomaly </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-music-scary-beat-box"> <picture style="background-image: url('https://img.gamemonetize.com/fh679gkxwr0ze7zbmoy5ilwl9p7q93ws/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Music Scary Beat Box </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fruit-match-juicy-puzzle"> <picture style="background-image: url('https://img.gamemonetize.com/y33g0y89tqd6r4wur0p7h4n3230pw5yk/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fruit Match Juicy Puzzle </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-run-endless-racing"> <picture style="background-image: url('https://img.gamemonetize.com/6nvu8e2h596u5tc5cnmta1ac30n8iwej/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Run Endless Racing </p> </div> </picture> </a> </div> <div data-card-size="md" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/spider-fighter"> <picture style="background-image: url('https://img.gamemonetize.com/kjk3mkci0vr2qdvebi613hpmcs1tcuo8/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Spider Fighter </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-match-survival"> <picture style="background-image: url('https://img.gamemonetize.com/w9t7dmn3y51yvyvo266r8a0b2m80i8ik/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game Match Survival </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/racing-ball-master-3d"> <picture style="background-image: url('https://img.gamemonetize.com/2elbzxe0v5xcrh8yn6teialbfd2olay5/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Racing Ball Master 3D </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/two-player-stick-steve-and-alex"> <picture style="background-image: url('https://img.gamemonetize.com/gi0ramqaafpynar1wey5eb5xvh2n5md7/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Two Player Stick Steve and Alex </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/runner-coaster-race"> <picture style="background-image: url('https://img.gamemonetize.com/ll25m81n0dss6lfby7nq8zqbccoxusqf/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Runner Coaster Race </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/asmr-doll-repair"> <picture style="background-image: url('https://img.gamemonetize.com/aeej2k3czrlzgs7vf32b8uza49cxmyr0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> ASMR Doll Repair </p> </div> </picture> </a> </div> <div data-card-size="md" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/lucy-makeup-and-dress-up"> <picture style="background-image: url('https://img.gamemonetize.com/3muhrlhyqf4lpdux52p7buuegacaspf7/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Lucy Makeup And Dress Up </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/mona-lisa-fashion-experiments"> <picture style="background-image: url('https://img.gamemonetize.com/4k579xvfap5w0zh3j1uk9gznj41c51r5/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Mona Lisa Fashion Experiments </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/shopaholic-black-friday"> <picture style="background-image: url('https://img.gamemonetize.com/e472eyiyyaeamdjqjipbl1txpuf2soto/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Shopaholic Black Friday </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/blackpink-black-friday-fever"> <picture style="background-image: url('https://img.gamemonetize.com/ddb4oinisy5gur76nix440fy1xhjp8nw/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Blackpink Black Friday Fever </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/paint-with-santa"> <picture style="background-image: url('https://img.gamemonetize.com/3bokg9gmjbegu118i7l1q3jkgt38pzsm/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Paint with Santa </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/lady-pool"> <picture style="background-image: url('https://img.gamemonetize.com/li60xx9s36usl56nx2dlv3oitnwlbrux/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Lady Pool </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bts-sprunki-coloring-book"> <picture style="background-image: url('https://img.gamemonetize.com/mchfzh9g182yybyhfi41zrvr9v1zyu90/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> BTS Sprunki Coloring Book </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bffs-golden-hour"> <picture style="background-image: url('https://img.gamemonetize.com/66m25m8w23jo0y0jrhb5g88188suqpwd/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> BFFs Golden Hour </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/college-girls-team-fashion-makeover"> <picture style="background-image: url('https://img.gamemonetize.com/99jii4lxz3ycefg51kstp3od8x1jjfab/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> College Girls Team Fashion Makeover </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/super-girls-ready-to-adventure"> <picture style="background-image: url('https://img.gamemonetize.com/gg1mo6y9a8lbe4vr5wvtqa9c1n6bo3zm/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Super Girls Ready To Adventure </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/doctor-foot-kids"> <picture style="background-image: url('https://img.gamemonetize.com/9est4un0uh2xttklnhwgj59jddfp197a/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Doctor Foot Kids </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/bffs-e-girl-vs-soft-girl"> <picture style="background-image: url('https://img.gamemonetize.com/4q6u7fh9mk90ajsomr5be9supycqkg1l/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Bffs E Girl vs Soft Girl </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/toca-life-coloring-book"> <picture style="background-image: url('https://img.gamemonetize.com/ltudt7xim7febwgerrkzf13rt8jhb0xw/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Toca Life Coloring Book </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/kids-guitar-music-time"> <picture style="background-image: url('https://img.gamemonetize.com/8s1gh7ir8ry54goeg8ls6l6qn834rysx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Kids Guitar Music Time </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/ellie-christmas-makeup"> <picture style="background-image: url('https://img.gamemonetize.com/giot1874bxde80idjmxs1npskcj1nava/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Ellie Christmas Makeup </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/talking-tom-coloring-books"> <picture style="background-image: url('https://img.gamemonetize.com/0y53x0g8e50ny0k6g99p4cv3x0sqfe4i/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Talking Tom Coloring Books </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/santa-fake-call"> <picture style="background-image: url('https://img.gamemonetize.com/rhzt2oifywtesbedt3qfgcvjblufbqej/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Santa Fake Call </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/rainbow-glitter-slime"> <picture style="background-image: url('https://img.gamemonetize.com/xo6x40k7g518buz04t5oq4t5wsvqcbxm/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Rainbow Glitter Slime </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-coloring-books"> <picture style="background-image: url('https://img.gamemonetize.com/qrhgbfr1w00q0woj8d9sd0k1100ma9jh/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Coloring Books </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/the-grench-couple-holiday-dress-up"> <picture style="background-image: url('https://img.gamemonetize.com/f8p53afrxzvzswyvillbj2oz2mxv9e7m/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> The Grench Couple Holiday Dress up </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/roblox-christmas-dressup"> <picture style="background-image: url('https://img.gamemonetize.com/2prwfwgqxzt9jj9qcsihcu6oym126roa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Roblox Christmas Dressup </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sweet-dolls-mermaid-princess"> <picture style="background-image: url('https://img.gamemonetize.com/0du49lp1g248zrrik250flasgk9qrohx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sweet Dolls Mermaid Princess </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/toddler-baby-phone"> <picture style="background-image: url('https://img.gamemonetize.com/l1ebwf76jffgm1hsrgkzve1tydb73xj8/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Toddler Baby Phone </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/nutcracker-new-years-adventures"> <picture style="background-image: url('https://img.gamemonetize.com/dh1hgwbe6zn2m30w34n9n131yj7jcgvr/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Nutcracker New Years Adventures </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/makeover-salon"> <picture style="background-image: url('https://img.gamemonetize.com/wfevihhelndkklp941rx7uysx2yicqzk/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> MakeOver Salon </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baby-taylor-new-born-story"> <picture style="background-image: url('https://img.gamemonetize.com/ez5f5suwr9pxkrn7bb3wcjwbzb8mz5qo/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baby Taylor New Born Story </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/black-pink-christmas-concert"> <picture style="background-image: url('https://img.gamemonetize.com/wf8ieyvzq5wvimz6rb2ee74gizm0bjea/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Black Pink Christmas Concert </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/pretty-girl-virtual-care"> <picture style="background-image: url('https://img.gamemonetize.com/myykmhmdpzpb5m0ni7kv5n1xornokv9e/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Pretty Girl Virtual Care </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/black-pink-new-year-eve-concert"> <picture style="background-image: url('https://img.gamemonetize.com/rkzovwfq9lr5mcdgv4yih782jw30w1aj/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Black Pink New Year Eve Concert </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hair-doll-dress-up-world"> <picture style="background-image: url('https://img.gamemonetize.com/4gtgeeq88zm0jaepldicxc42yztncffv/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hair Doll Dress Up World </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/celebrity-lunar-new-year"> <picture style="background-image: url('https://img.gamemonetize.com/uzav45gul5w7ok133xkkvg6uqczhgpkn/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Celebrity Lunar New Year </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/ellie-chinese-new-year-celebration"> <picture style="background-image: url('https://img.gamemonetize.com/27q1hdrlztxxggzufgd0nvdrp6d4ulh1/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Ellie Chinese New Year Celebration </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-spot-the-5-differences"> <picture style="background-image: url('https://img.gamemonetize.com/cydjkcepawgg8uaabj22wsm3o6v52syq/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Spot the 5 Differences </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baby-panda-drink-bar"> <picture style="background-image: url('https://img.gamemonetize.com/v7xuoxri1q4ax9usnrqcvmuam0pi6jy4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baby Panda Drink Bar </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/avatar-princess-adventure"> <picture style="background-image: url('https://img.gamemonetize.com/w7ofcw8jkgntlz7hm9dzbqcpd7mmzu3p/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Avatar Princess Adventure </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/mermaid-princess-avater-castle"> <picture style="background-image: url('https://img.gamemonetize.com/m31pxnuakr396uo3sb3n626sd2jlycwp/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Mermaid Princess Avater Castle </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/plants-vs-zombies-coloring"> <picture style="background-image: url('https://img.gamemonetize.com/f4hvfxmqgtrqjeqgrdus9ls4b8wm6tni/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Plants vs Zombies Coloring </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/witch-and-fairy-bff"> <picture style="background-image: url('https://img.gamemonetize.com/2kxyktirjwaonla98ls9rpg25mt5z01a/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Witch And Fairy BFF </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-coloring-time"> <picture style="background-image: url('https://img.gamemonetize.com/73asww05up4b1lo7lggudr524trbjmvd/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Coloring Time </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/nightmare-couple-eternal-love"> <picture style="background-image: url('https://img.gamemonetize.com/a94mel7g9rxmjfhld9awmjutjfnpzacz/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Nightmare Couple Eternal Love </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/club-sandwich"> <picture style="background-image: url('https://img.gamemonetize.com/1yjeju1bzsgn8bf7x9fbv217cg4bt1xb/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Club Sandwich </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/christmas-factory"> <picture style="background-image: url('https://img.gamemonetize.com/ljfk4ghjl0c7zocotl4kdvj7x0rng62k/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Christmas Factory </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/doner-kebab--salad-tomatoes-onions"> <picture style="background-image: url('https://img.gamemonetize.com/yl6so8xoqxlzngdh45k9jgg121kwn9ov/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Doner Kebab Salad Tomatoes Onions </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/lemonade-stand"> <picture style="background-image: url('https://img.gamemonetize.com/h4n0v524cc5xnblp36b2fak2n0wm40j9/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Lemonade Stand </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/time-travel-caffe"> <picture style="background-image: url('https://img.gamemonetize.com/jhy8ubhk2ud0075oqnx6supxm4og9e4i/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Time Travel Caffe </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cooking-cafe"> <picture style="background-image: url('https://img.gamemonetize.com/mg953tsbyotroif1r1mu29dciazjvrci/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cooking Cafe </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/drink-buffet"> <picture style="background-image: url('https://img.gamemonetize.com/6f2gnbbw7eueoxtspiukc87evlocjxqa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Drink Buffet </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/open-restaurant-simulator"> <picture style="background-image: url('https://img.gamemonetize.com/yhzo0lrt6x8jk9kru67h321qfo0o8202/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Open Restaurant Simulator </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/santa-cooking"> <picture style="background-image: url('https://img.gamemonetize.com/z6xc8b32h9hjfyk7gzagezfwxmn1n1p4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Santa Cooking </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/potato-chips-making"> <picture style="background-image: url('https://img.gamemonetize.com/p6oceg8cc0ypmw6vipg94mmps4j8ff15/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Potato Chips Making </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/funny-smoothie-maker"> <picture style="background-image: url('https://img.gamemonetize.com/i1f8y1bxilwuba1qh8nkx1fanmv0p3a2/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Funny Smoothie Maker </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/funny-burger-shop"> <picture style="background-image: url('https://img.gamemonetize.com/zc1z6q0q9o21pejfqukrirvvhg7rpvno/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Funny Burger Shop </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/funny-pizza-maker"> <picture style="background-image: url('https://img.gamemonetize.com/hd4lbep45o231k8y0bigxwuwct3nqhzy/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Funny Pizza Maker </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cooking-marina-2023"> <picture style="background-image: url('https://img.gamemonetize.com/ezm7nl5go8l2d6t0s3xql9evvt5qsu9c/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cooking Marina 2023 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cooking-challenge"> <picture style="background-image: url('https://img.gamemonetize.com/ygyegpn6a3817y9yt3vl9ifec6qc50jk/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cooking Challenge </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/lunch-box-"> <picture style="background-image: url('https://img.gamemonetize.com/e78eiyuve1l8mwcxs26o7wg7bekwtx28/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Lunch Box </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baking-with-santa"> <picture style="background-image: url('https://img.gamemonetize.com/mehazxjfszsf9rdan7z0gf2niqsv9gw5/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baking with Santa </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/circus-restaurant"> <picture style="background-image: url('https://img.gamemonetize.com/531f01wlxovdz5ukpjhf17nv70qp3x8b/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Circus Restaurant </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cake-maker-carrot-cake"> <picture style="background-image: url('https://img.gamemonetize.com/ihopepb3fmu9r38lu31wkvssw6qkd1ol/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cake Maker Carrot Cake </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cooking-place"> <picture style="background-image: url('https://img.gamemonetize.com/g905frowfw4cqcg481urvf0inkl4npj7/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cooking Place </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/my-ice-cream-maker"> <picture style="background-image: url('https://img.gamemonetize.com/9p08cplp68sc1lcw9cxqvxltfrplvd1n/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> My Ice Cream Maker </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/625-sandwich-stacker"> <picture style="background-image: url('https://img.gamemonetize.com/fi9tq41y1fdxjic2q0aerphxg4af4k7e/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> 625 Sandwich Stacker </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cooking-trendy"> <picture style="background-image: url('https://img.gamemonetize.com/docrms4jca8iu8kndsglrihp3ihf3xh8/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cooking Trendy </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/pizza-cafe-tycoon"> <picture style="background-image: url('https://img.gamemonetize.com/ozrihsbvi9tirbdb9cnyu7rks1ydj8hc/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Pizza Cafe Tycoon </p> </div> </picture> </a> </div> <div data-card-size="md" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/speedy-bartender"> <picture style="background-image: url('https://img.gamemonetize.com/tevy36r7qnipasd04yrutfp3jaikpo1v/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Speedy Bartender </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/idle-restaurant-tycoon"> <picture style="background-image: url('https://img.gamemonetize.com/znokgo6d1qsz3pwqoy5t43wf95aque88/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Idle Restaurant Tycoon </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/big-donuts-mania"> <picture style="background-image: url('https://img.gamemonetize.com/vzk4zr4ad5elwwx1d5c9vm0b4osmotb4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Big Donuts Mania </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/world-of-alice---vegetables-names"> <picture style="background-image: url('https://img.gamemonetize.com/590dmy86oek5nuvhljntj3hj9yytst25/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> World of Alice Vegetables Names </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baby-taylor-back-to-school"> <picture style="background-image: url('https://img.gamemonetize.com/ma46cka3c27lucz8bzfp99samggqeo9p/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baby Taylor Back To School </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/the-crazy-dentist-wojak-game"> <picture style="background-image: url('https://img.gamemonetize.com/y8iedym7u25m04ns5xdabpzxnp1pyr7h/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> The Crazy Dentist wojak game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cookie-clicker--clicker-games"> <picture style="background-image: url('https://img.gamemonetize.com/z5n072q7gj0w969r5ul4ignnxe0fzsun/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cookie Clicker clicker games </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/draw-path-puzzle"> <picture style="background-image: url('https://img.gamemonetize.com/k7ulf5bhgkrbhhruixb6hc5iklm6zlir/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Draw Path Puzzle </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jumper-rabbit"> <picture style="background-image: url('https://img.gamemonetize.com/myic7wgdefpsknmxsu6e8jksph33faaa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jumper Rabbit </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hunt-feed-the-frog-3"> <picture style="background-image: url('https://img.gamemonetize.com/lhqp4zovnlnruwetqc5jqto9h3ojmd4q/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hunt feed the frog 3 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/kart-strop-challenge"> <picture style="background-image: url('https://img.gamemonetize.com/2gqo2x7rbrrv8pw2oa5m09667265lzwq/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Kart Strop Challenge </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/killer-touch"> <picture style="background-image: url('https://img.gamemonetize.com/um4runxpv24wisz5pglgxopfqcjry165/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Killer Touch </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/fauna-protectors"> <picture style="background-image: url('https://img.gamemonetize.com/2p5g0lwukbohgkdnqszudxuskbtq66mw/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Fauna Protectors </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/draw-to-save-my-hero"> <picture style="background-image: url('https://img.gamemonetize.com/h26rup059n8tunamx3uc8cg4i17uaocc/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Draw to Save my Hero </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hoppy-rushy"> <picture style="background-image: url('https://img.gamemonetize.com/ux1yq1sjbqc4m8wh0v2zscp6rg7m117i/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hoppy Rushy </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/halloween-pop-it"> <picture style="background-image: url('https://img.gamemonetize.com/9nx9lsjeruitogiggkk8wf69437t92bz/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Halloween Pop It </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/smashy-jack"> <picture style="background-image: url('https://img.gamemonetize.com/a94kuni1z3dj5y89l9oge8ewl6um1b4v/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Smashy Jack </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/flappy-bird-classic-pro"> <picture style="background-image: url('https://img.gamemonetize.com/rjsrfqpejj77m06ociymjtgpm63rrdwz/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Flappy Bird Classic Pro </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/flap-up"> <picture style="background-image: url('https://img.gamemonetize.com/p5qyjh1h8tt4ogt6jxnzg1ckr4ong5x1/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Flap Up </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/purple-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/jayv1ip186ga9nfzx9z5nm2f5tjkycfs/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Purple Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baby-smartphone"> <picture style="background-image: url('https://img.gamemonetize.com/5i0vrym62yzsweueas3avpgrccn6lwun/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baby Smartphone </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/abc-halloween"> <picture style="background-image: url('https://img.gamemonetize.com/gvs7p4se8dr3j7wk21fhojo6b8m43mhq/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> ABC Halloween </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cartoon-pimple-pop"> <picture style="background-image: url('https://img.gamemonetize.com/tn3qwy8ivrill13ccmu3hdnwyfdxp6ry/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cartoon Pimple Pop </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/astro-hop"> <picture style="background-image: url('https://img.gamemonetize.com/5t839qnetuk8tcjh0f8dhhn922gpkbdl/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Astro Hop </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/santa-whack-a-mole"> <picture style="background-image: url('https://img.gamemonetize.com/e7bb8tctmo99bxm1uzkdbi62f4s3im2e/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Santa Whack a Mole </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/santagames"> <picture style="background-image: url('https://img.gamemonetize.com/yd58zz6o7w850i70ck0ifktf73buc8wh/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> SantaGames </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/retro-santa"> <picture style="background-image: url('https://img.gamemonetize.com/jp9eeo31qfpkx19s3o6w5u0vjk9115xg/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Retro Santa </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/colors-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/cmh9kth9kooc0khga3xgq5f6rvspf2mt/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Colors Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/4ffxennbgf8psg1sermfk67g3ydqhq0r/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/christmas-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/wzvqulczdz8mc9ylbllloe3cnfx4wzo3/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Christmas Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/snowball-the-cat-christmas-fun"> <picture style="background-image: url('https://img.gamemonetize.com/nlf6fa3jwf6tc9xiv7h1scifx73ek2aa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Snowball The Cat Christmas Fun </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/clicker-time-game"> <picture style="background-image: url('https://img.gamemonetize.com/t5c480dikv2812p9xfjhn0vud0yf684b/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Clicker Time Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-pop-it"> <picture style="background-image: url('https://img.gamemonetize.com/v7zd6ic9geztkdepv2fbxrq9mu45s7tj/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Pop It </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/heroic-dash-world"> <picture style="background-image: url('https://img.gamemonetize.com/pj94bkx8k8tu202htdwf1dc0u1mdgaz5/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Heroic Dash World </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/santa-dentist"> <picture style="background-image: url('https://img.gamemonetize.com/hb6b8tf7j4ot7v6qaia64199f2kvqtgu/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Santa Dentist </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/red-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/x29pn13vni978ucifsnbs7sxha6n31mk/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Red Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-clicker-master"> <picture style="background-image: url('https://img.gamemonetize.com/eagni5lugkqfhn023fg4mrvcog50tl06/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Clicker Master </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/survival-pumpkin"> <picture style="background-image: url('https://img.gamemonetize.com/xfzzs4ort448i2mdecaqjbr28yt6j6oe/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Survival Pumpkin </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/idle-gravity-breakout-2"> <picture style="background-image: url('https://img.gamemonetize.com/26cgxfxxe1r92t5prcuolm6hpzopp3e3/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Idle Gravity Breakout 2 </p> </div> </picture> </a> </div> <div data-card-size="md" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-baby-phase-3-"> <picture style="background-image: url('https://img.gamemonetize.com/g2ylmi3xudpxpm1r84txzkj548g46y0u/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki baby PHASE 3 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/super-clicker-game"> <picture style="background-image: url('https://img.gamemonetize.com/0ry2iis9540lmixh3bu4fmly741rzlnb/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Super Clicker Game </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/dragon-ball-quiz"> <picture style="background-image: url('https://img.gamemonetize.com/eeyuert0fvozbh2my49arojmgcl2jw4d/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Dragon ball quiz </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sprunki-whack-a-mole"> <picture style="background-image: url('https://img.gamemonetize.com/z371yugwt4wwggh7rly47wnw2geoyksa/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sprunki Whack A Mole </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/friday-night-sprunki"> <picture style="background-image: url('https://img.gamemonetize.com/o4i40mgrpxgzltypewm2jeqc3usjik5f/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Friday Night Sprunki </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/private-pirate"> <picture style="background-image: url('https://img.gamemonetize.com/dglut8w6rvhjdnc7086602sdeis6vr4n/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Private Pirate </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-clicker-game-2"> <picture style="background-image: url('https://img.gamemonetize.com/e355f2bwx95nl2chh62wtg00ulvydcuo/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Clicker Game 2 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/block-digger"> <picture style="background-image: url('https://img.gamemonetize.com/w0l9ahddu6zpf3s4lfpo5cfd5qqwzflx/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Block Digger </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sky-corona-evasion"> <picture style="background-image: url('https://img.gamemonetize.com/3b72b2nqzjxmmzmy3mcpil5ol6zc8kf2/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sky Corona Evasion </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-doll-3d"> <picture style="background-image: url('https://img.gamemonetize.com/ka4zg9k599q6nr2jgznneujkgvia2ite/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> SQUID GAME DOLL 3D </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/chute-board"> <picture style="background-image: url('https://img.gamemonetize.com/obvrb2gaim39q9901wvwe2fmx2wupd2n/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> CHUTE BOARD </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/prison-noob-vs-pro"> <picture style="background-image: url('https://img.gamemonetize.com/meyzgl3dm7e5cif1nezidw2mp4iadnaq/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Prison Noob vs Pro </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hug-and-kis-city"> <picture style="background-image: url('https://img.gamemonetize.com/o26620662duqp6hq4fy5rjsu34opvw96/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hug and Kis City </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/baby-panda-up"> <picture style="background-image: url('https://img.gamemonetize.com/iwu7sj3a5kshak4knbvwrtyzjj32nmc0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Baby Panda Up </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/stickman-party-parkour"> <picture style="background-image: url('https://img.gamemonetize.com/km9sxicxd2rz9nn4a2eirlcnofugtjdd/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Stickman Party Parkour </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/big-fish-eat-small-fish-2"> <picture style="background-image: url('https://img.gamemonetize.com/v16iddeubdm7n1k4mievhtpvv3hjxwdt/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Big Fish Eat Small Fish 2 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/gain-tom-coin-run"> <picture style="background-image: url('https://img.gamemonetize.com/r42uzfmv4lhy01dx9sw4xgf772ir0gys/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Gain Tom Coin Run </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/minecraft-online"> <picture style="background-image: url('https://img.gamemonetize.com/roz2gnz9osfxgpd2njyge83aejgcwyfi/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Minecraft Online </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/save-the-egg"> <picture style="background-image: url('https://img.gamemonetize.com/a6e4tol14du15uf8nvsdsikrzwta6tyg/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Save the Egg </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/swing-into-action"> <picture style="background-image: url('https://img.gamemonetize.com/sm7zoigzlelvhrbd6usjj6tt676ev9nv/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Swing Into Action </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/miner-gokartcraft--4-player"> <picture style="background-image: url('https://img.gamemonetize.com/bsgoq65niocntkv9zfbk8xlirbrq8ggd/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Miner GokartCraft 4 Player </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/plants-vs-undead"> <picture style="background-image: url('https://img.gamemonetize.com/mu0edaqd5blwdlqkyt3zasbptvwd0sz0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Plants vs Undead </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/steve-and-wolf"> <picture style="background-image: url('https://img.gamemonetize.com/7xqlymp1zt51fvw7c4yk7xn29erh4pqv/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Steve and Wolf </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/takeover"> <picture style="background-image: url('https://img.gamemonetize.com/zmi4cfbiz4q4wjkstxuqlnh8rqiyex77/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Takeover </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/clash-imposter-3d"> <picture style="background-image: url('https://img.gamemonetize.com/xs7g1kv893a811dho24s2s3jj7cls7gp/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Clash Imposter 3D </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-space"> <picture style="background-image: url('https://img.gamemonetize.com/wn5qly4gndwu7hq7c81d50z2gt7stpue/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game Space </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hole-io"> <picture style="background-image: url('https://img.gamemonetize.com/b1x9qp14oxl36rwmt0vmu63az35ytda4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hole IO </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/super-jake-adventure-%E2%80%93-jump-run"> <picture style="background-image: url('https://img.gamemonetize.com/2p05p1zwvkowmeezlse931g6fcp9xhoz/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Super Jake Adventure – Jump Run </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/cursed-treasure-1.5"> <picture style="background-image: url('https://img.gamemonetize.com/6xz4uf1am8isv2vkf9g511s1p41ya79g/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Cursed Treasure 1.5 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/huggy-kissy-vs-steve-alex"> <picture style="background-image: url('https://img.gamemonetize.com/qicab7glek243qq9wzp8wfod11rjjosd/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Huggy Kissy vs Steve Alex </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/shoot-the-guy"> <picture style="background-image: url('https://img.gamemonetize.com/d56ms7c3uq87igw2vw3yvfqaqvyj6d6k/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Shoot the Guy </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/steve-alex-drive"> <picture style="background-image: url('https://img.gamemonetize.com/e1hcpb5b3ztjclykoav94eh9u628vdxl/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Steve Alex Drive </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/pixelkenstein-80s-time"> <picture style="background-image: url('https://img.gamemonetize.com/83u7irkrizjq0ce0r6u84f4t6zfds9a0/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Pixelkenstein 80s Time </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/icescream-horror-neighborhood"> <picture style="background-image: url('https://img.gamemonetize.com/gi7wivz3wopcim8vc9segyn5v17ikild/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> ICESCREAM HORROR NEIGHBORHOOD </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/subway-surfer-bali"> <picture style="background-image: url('https://img.gamemonetize.com/g79kqv0p62rbpa3n7cn75wz8gqca4vdf/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Subway Surfer Bali </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/jingle-jetpack"> <picture style="background-image: url('https://img.gamemonetize.com/1h0rpfwt512uknlm2so880g153siow4p/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Jingle Jetpack </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/snake-io-war"> <picture style="background-image: url('https://img.gamemonetize.com/3oeuck11kfyukgvc8zplpnkf3hyuwgr9/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Snake io war </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/stickman-dash"> <picture style="background-image: url('https://img.gamemonetize.com/9gmlw7wftafklsmrh8gzkn6cj47bet6o/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Stickman Dash </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/squid-game-legend"> <picture style="background-image: url('https://img.gamemonetize.com/o5jfz2zffl55f4tend064tccuhqk0rm8/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Squid Game Legend </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/run-santa-run"> <picture style="background-image: url('https://img.gamemonetize.com/i0usqv3wldoa9otdbnjhnfh26jwqqu38/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Run Santa Run </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/hill-climbing"> <picture style="background-image: url('https://img.gamemonetize.com/v33fk4a7b97riw532yhhg9gnawsqrhvn/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Hill Climbing </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/3d-ball-space"> <picture style="background-image: url('https://img.gamemonetize.com/vytwazylfjjaelrm0cn3lcofygsfi9sv/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> 3D Ball Space </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/time-of--adventure-easter-holiday"> <picture style="background-image: url('https://img.gamemonetize.com/qu2ce3y8trquoqemzvkkxr35aeunzc3p/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Time of Adventure Easter Holiday </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/sniper-survival-challenge--456"> <picture style="background-image: url('https://img.gamemonetize.com/r3h2tus0qyq325e3blh6wars48bif0o4/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Sniper Survival Challenge 456 </p> </div> </picture> </a> </div> <div data-card-size="" data-game-f="No" class="m-game-card wow bounceIn"> <a class="m-game-link" href="https://lexpm.com/g/ugi-bugi-%26amp-kisiy-misiy"> <picture style="background-image: url('https://img.gamemonetize.com/gueal5iu12xhggs16ms0fht6shho1u41/512x384.jpg')" class="m-game-thumbnail"> <div class="m-game-details"> <p> Ugi Bugi & Kisiy Misiy </p> </div> </picture> </a> </div> </div> <div class="mx-2"> <div class="m-category-grid mb-6"> <a href="https://lexpm.com/adventure"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/4bb52narsr9s57z5y7qlch5zhupiucld/512x384.jpg" alt="Adventure"> <div class="text"> Adventure <p> 101 Games </p> </div> </div> </a> <a href="https://lexpm.com/clicker"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/3b72b2nqzjxmmzmy3mcpil5ol6zc8kf2/512x384.jpg" alt="Clicker"> <div class="text"> Clicker <p> 41 Games </p> </div> </div> </a> <a href="https://lexpm.com/cooking"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/z5n072q7gj0w969r5ul4ignnxe0fzsun/512x384.jpg" alt="Cooking"> <div class="text"> Cooking <p> 31 Games </p> </div> </div> </a> <a href="https://lexpm.com/girls"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/a94mel7g9rxmjfhld9awmjutjfnpzacz/512x384.jpg" alt="Girls"> <div class="text"> Girls <p> 41 Games </p> </div> </div> </a> <a href="https://lexpm.com/arcade"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/ll25m81n0dss6lfby7nq8zqbccoxusqf/512x384.jpg" alt="Arcade"> <div class="text"> Arcade <p> 21 Games </p> </div> </div> </a> <a href="https://lexpm.com/bejeweled"> <div class="m-category-card wow bounceIn"> <img src="https://img.gamemonetize.com/xlw1gis0phxca7qwg2m20ho2r88j5rws/512x384.jpg" alt="Bejeweled"> <div class="text"> Bejeweled <p> 31 Games </p> </div> </div> </a> </div> </div> <div class="mx-2"> </div> <div class="mx-2"> <div class="about-content bg-white mt-10 p-6"> <span class="uppercase text-xs font-bold mb-4">About My Awesome Website </span> <div class="html-content"> <h3>Free Online Games</h3><p>lexpm has the best free online games selection and offers the most fun experience to play alone or with friends. We offer instant play to all our games without downloads, login, popups or other distractions. Our games are playable on desktop, tablet and mobile so you can enjoy them at home or on the road. Every month over 60 million gamers from all over the world play their favorite games on lexpm.</p><h3>Our game selection</h3><p>Game developers release fun New Games on our platform on a daily basis. Our most Popular Games include hits like Subway Surfers, Temple Run 2, Stickman Hook and Rodeo Stampede. These games are only playable on lexpm. We also have online classics like Moto X3M, Venge.io, Dino Game, Smash Karts, 2048, Penalty Shooters 2 and Bad Ice-Cream to play for free. In total we offer more than 1000 game titles.</p><h3>Start playing</h3><p>Unsure what game to play? Start your game discovery on our homepage or pick a game from any of these popular categories:</p><ul><li><strong>Adventure Games</strong></li><li><strong>Clicker Games</strong></li><li><strong>Cooking Games</strong></li><li><strong>Girls Games</strong></li><li><strong>Arcade Games</strong></li><li><strong>Bejeweled Games</strong></li></ul> </div> </div> </div> </div> </div> <footer class="p-4 mt-20 relative bg-white "> <div class="mx-4"> <div class="mvn-container h-not-full flex justify-between items-center"> <div class="flex items-center"> <img src="https://lexpm.com/static/img/logo/552503139favicon.png" width="100" /> <h3 class="ml-6 text-xl font-bold text-[#002b50]">Let the world play</h3> </div> <div class="flex footer-links"> <a class="underline capitalize text-lg text-gray-600 mx-2" href="https://lexpm.com/c/privacy-policy"> Privacy Policy </a> <a class="underline capitalize text-lg text-gray-600 mx-2" href="https://lexpm.com/c/about-website-"> About website </a> </div> </div> </div> </footer> <div style="opacity: 0; display: none; visibility: hidden;" id="ad-700x100"> <a target="_blank" href="https://mvnthemes.com/item/domainspro--the-ultimate-ai-powered-domains/25/overview"> <img style="width: 100%;" src="https://mvnstore.in/DomainsPRO%20-%20The%20Ultimate%20AI-Powered%20Domains_20240803_213824_0000.png" /> </a></div> <div style="opacity: 0; display: none; visibility: hidden;" id="ad-400x400-1"> <a target="_blank" href="https://t.me/coder_vp?text=I want to create a custom script"> <img style="width: 100%;" src="https://i.ibb.co/x1Q1tJR/400x400.png" /> </a></div> <div style="opacity: 0; display: none; visibility: hidden;" id="ad-400x400-2"> <a target="_blank" href="https://t.me/coder_vp?text=I want to create a custom script"> <img style="width: 100%;" src="https://i.ibb.co/x1Q1tJR/400x400.png" /> </a></div> <script> var game_frame = document.getElementById("game"); if (game_frame) { var game_frame_src = game_frame.src; if (game_frame_src.includes("gamedistribution")) { game_frame.src += "?gd_sdk_referrer_url=https://gamedistribution.com/games/cooking-festival"; } } const draggable = document.getElementById('draggable'); if (draggable) { let offsetY; draggable.addEventListener('mousedown', startDragging); draggable.addEventListener('touchstart', startDragging); draggable.addEventListener('mouseup', stopDragging); draggable.addEventListener('touchend', stopDragging); function startDragging(event) { setTimeout(() => { if (event.type === 'mousedown') { offsetY = event.clientY - draggable.getBoundingClientRect().top; document.addEventListener('mousemove', drag); } else if (event.type === 'touchstart') { offsetY = event.touches[0].clientY - draggable.getBoundingClientRect().top; document.addEventListener('touchmove', drag); } // Prevent default behavior to avoid scrolling while dragging on touch devices event.preventDefault(); }, 900) } function drag(event) { let clientY; if (event.type === 'mousemove') { clientY = event.clientY; } else if (event.type === 'touchmove') { clientY = event.touches[0].clientY; } const newY = clientY - offsetY; draggable.style.top = `${newY}px`; } function stopDragging() { document.removeEventListener('mousemove', drag); document.removeEventListener('touchmove', drag); } } var is_fullscreen = false; var gameContainer = document.querySelector(".gameplay-container") || document.documentElement; function open_fullscreen() { // let game = document.getElementById("zonFrame"); var game = document.getElementById("game"); if (is_fullscreen) { // Exit fullscreen is_fullscreen = false; gameContainer.classList.remove("full"); gameContainer.classList.remove("on-frame"); exitFullscreen(); } else { // Enter fullscreen is_fullscreen = true; enterFullscreen(gameContainer); gameContainer.classList.add("full"); gameContainer.classList.add("on-frame"); } } function enterFullscreen(element) { if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullScreen) { /* Firefox */ element.mozRequestFullScreen(); } else if (element.webkitRequestFullscreen) { /* Chrome, Safari and Opera */ element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { /* IE/Edge */ element.msRequestFullscreen(); } } function exitFullscreen() { var doc = document || documentElement; if (doc.exitFullscreen) { doc.exitFullscreen(); } else if (doc.mozCancelFullScreen) { /* Firefox */ doc.mozCancelFullScreen(); } else if (doc.webkitExitFullscreen) { /* Chrome, Safari and Opera */ doc.webkitExitFullscreen(); } else if (doc.msExitFullscreen) { /* IE/Edge */ doc.msExitFullscreen(); } gameContainer.classList.remove("full"); console.log("Exiting fullscreen mode"); } // Event listener for exiting fullscreen document.addEventListener("fullscreenchange", function () { if (!document.fullscreenElement) { // Update UI when exiting fullscreen gameContainer.classList.remove("full"); gameContainer.classList.remove("on-frame"); if (is_fullscreen) { document.getElementById("full_screen").click(); } } }); function fullScreen() { var game = document.getElementById("game"); var gameContainer = document.querySelector(".gameplay-container"); gameContainer.classList.toggle("full"); } var games = document.querySelectorAll(".m-grid-start.home .m-game-card"); var GamePageGames = document.querySelectorAll(".m-grid-start.game-page .m-game-card"); var liveSearch = document.querySelector(".live-search input"); var liveSearchoffcanvasAttachedButton = document.querySelector(".live-search .live-search-attached-button"); if (games.length > 0 && games !== null) { // for game card sizes for (let i = 0; i < games.length; i++) { const game = games[i]; var CardSize = games[i].getAttribute("data-card-size"); var IsFeaturedGame = games[i].getAttribute("data-game-f"); if (CardSize === 'md') { games[i].classList.add("md") } if (IsFeaturedGame === 'Yes') { games[i].classList.add("lg") } } // // for advertisements for (let i = 0; i < GamePageGames.length; i++) { const game = games[i]; } } if (liveSearch !== null || liveSearch !== undefined) { var searchIcon = `<svg width="20px" height="20px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"><path d="M17 17L21 21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path></svg>`; var xIcon = `<svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"><path d="M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path></svg>`; const clearInputValue = () => { liveSearch.value = ''; liveSearchoffcanvasAttachedButton.innerHTML = searchIcon; liveSearchoffcanvasAttachedButton.disabled = true; document.getElementById("live-search-result").style.display = "none"; document.getElementById("offconvas-content").style.display = "block"; document.querySelector(".search-error").style.display = "none"; return true; } liveSearch.addEventListener("keyup", () => { if (liveSearch.value.length > 0) { liveSearchoffcanvasAttachedButton.addEventListener("click", clearInputValue); liveSearchoffcanvasAttachedButton.innerHTML = xIcon; liveSearchoffcanvasAttachedButton.disabled = false; } else { liveSearchoffcanvasAttachedButton.removeEventListener("click", clearInputValue); liveSearchoffcanvasAttachedButton.innerHTML = searchIcon; liveSearchoffcanvasAttachedButton.disabled = true; } }) } </script> <script> new WOW().init(); </script> <script src="https://lexpm.com/themes/poko/js/main.js"></script> <script src="https://lexpm.com/js/jquery.min.js"></script> <script> $(document).on("click", (event) => { if (!event.target.closest(".offcanvas-menu") && !event.target.closest(".open-menu") && !event.target.closest(".live-search-attached-button")) { $(".offcanvas").removeClass("active"); } if (!event.target.closest(".more-option") && !event.target.closest(".more-opt-button")) { $(".more-option").removeClass("active"); } }); $(".live-search input").on("keyup", (event) => { if (event.target.value.length > 0) { LoadGameData(); $("#live-search-result").show(); $("#offconvas-content").hide(); } else { $("#live-search-result").hide(); $(".search-error").hide(); $("#offconvas-content").show(); } }) function LoadGameData() { // var sLoader = $(".live-search-loader"); var sinput = $(".live-search input"); // setTimeout(() => { $.post("https://lexpm.com/xhr/live-search.php", { query: sinput.val() ? sinput.val() : 'a', }, (data) => { if (data == "0") { $(".search-error").show(); $("#live-search-result").hide(); $("#offconvas-content").show(); } else { $(".search-error").hide(); $("#live-search-result").show(); $("#offconvas-content").hide(); $("#live-search-result").html(data); } // $("#live-games").html(data); // sLoader.hide(); }); // page_no++; // }, 1500); } $("#Like").on("click", () => { $.post(`${window.poki.url}xhr/like.php`, { gi: window.poki.game_id }, (data) => { var data = JSON.parse(data); $("#Like").toggleClass("active"); $("#Dislike").removeClass("active"); $("#Like_Count").text(data.like); $("#Dislike_Count").text(data.dislike); }); }); $("#Dislike").on("click", () => { $.post(`${window.poki.url}xhr/dislike.php`, { gi: window.poki.game_id }, (data) => { var data = JSON.parse(data); // if (data == 1) { $("#Like").removeClass("active"); // } $("#Dislike").toggleClass("active"); $("#Like_Count").text(data.like); $("#Dislike_Count").text(data.dislike); console.log(data); }); }); $(".send-report").on("click", () => { var subject = $("#report_textarea").val(); var game_id = window.poki.game_id; var game_name = window.poki.game_name; $.post(`${window.poki.url}xhr/report.php`, { problem: subject, game_id: game_id, game_name: game_name }, (data) => { if (data == 1) { $(".report-popup").removeClass("active"); $(".thank-you-popup").addClass("active"); setTimeout(() => { $(".thank-you-popup").removeClass("active"); }, 3000); } // var data = JSON.parse(data); // // if (data == 1) { // $("#Like").removeClass("active"); // // } // $("#Dislike").toggleClass("active"); // $("#Like_Count").text(data.like); // $("#Dislike_Count").text(data.dislike); // console.log(data); }); }) </script> </body> </html>