It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://topof.games/search/math/

  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  7.    <title>Search math Games | TOP OF GAMES</title>
  8.    <link rel="canonical" href="https://topof.games/search/math" />
  9.    <meta name="description" content="Search math Games | TOP OF GAMES">
  10.            <meta name="color-scheme" content="dark">
  11.    <link rel="stylesheet" type="text/css" href="https://topof.games/content/themes/astro/css/tailwindcss.css" />
  12.    <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
  13.    <link rel="stylesheet" type="text/css" href="https://topof.games/content/themes/astro/css/style.css" />
  14.    <link rel="stylesheet" type="text/css" href="https://topof.games/content/themes/astro/css/custom.css" />
  15.         <style>
  16. #cookieConsentBanner {
  17. position: fixed;
  18. bottom: 0;
  19. left: 0;
  20. width: 100%;
  21. background-color: #333;
  22. color: white;
  23. padding: 1em;
  24. display: flex;
  25. flex-wrap: wrap;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .cookie-consent-msg {
  30. text-align: left;
  31. flex: 1;
  32. }
  33. .cookie-consent-actions {
  34. text-align: right;
  35. }
  36. @media (max-width: 767px) {
  37. #cookieConsentBanner {
  38. flex-direction: column;
  39. align-items: flex-start;
  40. }
  41. .cookie-consent-msg, .cookie-consent-actions {
  42. width: 100%;
  43. text-align: center;
  44. margin-bottom: 0.5em;
  45. }
  46. }
  47. </style>
  48.    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1879219025914145"
  49.     crossorigin="anonymous"></script></head>
  50.  
  51. <body class="bg-game-dark text-gray-100">
  52.    <nav class="bg-game-card/50 backdrop-blur-lg fixed w-full z-50">
  53.        <div class="max-w-7xl mx-auto px-4">
  54.            <!-- Desktop Layout -->
  55.            <div class="hidden md:flex justify-between h-20">
  56.                <div class="flex items-center">
  57.                    <!-- Logo -->
  58.                    <a href="https://topof.games/" class="flex-shrink-0 flex items-center">
  59.                        <img class="h-10 w-auto" src="https://topof.games/images/site-logo-020457.png" alt="Play HTML5 Games for Free">
  60.                    </a>
  61.                    <!-- Desktop Navigation -->
  62.                    <div class="ml-10 flex space-x-8">
  63.                                            </div>
  64.                </div>
  65.  
  66.                <!-- Desktop Search and Auth -->
  67.                <div class="flex items-center space-x-4">
  68.                    <form action="https://topof.games/" class="relative search-bar">
  69.                        <input type="hidden" name="viewpage" value="search">
  70.                                                <input type="text" name="slug" minlength="2" required
  71.                            class="w-64 bg-game-dark/50 px-4 py-2 rounded-full border border-gray-700 focus:outline-none focus:border-game-accent"
  72.                            placeholder="Search game">
  73.                        <button type="submit" class="absolute right-3 top-2.5">
  74.                            <svg class="h-5 w-5 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  75.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
  76.                            </svg>
  77.                        </button>
  78.                    </form>
  79.                                                                                </div>
  80.            </div>
  81.  
  82.            <!-- Mobile Layout -->
  83.            <div class="md:hidden" x-data="{ open: false }">
  84.                <div class="flex items-center justify-between h-20">
  85.                    <!-- Mobile Menu Button -->
  86.                    <button @click="open = !open" class="p-2 text-gray-300 hover:text-white">
  87.                        <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  88.                            <path x-show="!open" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
  89.                            <path x-show="open" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
  90.                        </svg>
  91.                    </button>
  92.  
  93.                    <!-- Logo -->
  94.                    <a href="https://topof.games/" class="flex-shrink-0 flex items-center">
  95.                        <img class="h-10 w-auto" src="https://topof.games/images/site-logo-020457.png" alt="Play HTML5 Games for Free">
  96.                    </a>
  97.  
  98.                    <!-- Mobile Auth -->
  99.                    <div>
  100.                                                                                                </div>
  101.                </div>
  102.  
  103.                <!-- Mobile Menu -->
  104.                <div x-show="open" class="pb-4">
  105.                    <!-- Mobile Search -->
  106.                    <div class="px-2 pt-2 pb-3">
  107.                        <form action="https://topof.games/" class="relative">
  108.                                                        <input type="hidden" name="viewpage" value="search" />
  109.                            <input type="text" name="slug" minlength="2" required
  110.                                class="w-full bg-game-dark/50 px-4 py-2 rounded-full border border-gray-700 focus:outline-none focus:border-game-accent"
  111.                                placeholder="Search game">
  112.                            <button type="submit" class="absolute right-3 top-2.5">
  113.                                <svg class="h-5 w-5 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  114.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
  115.                                </svg>
  116.                            </button>
  117.                        </form>
  118.                    </div>
  119.  
  120.                    <!-- Mobile Navigation -->
  121.                    <div class="px-2 pt-2 pb-3">
  122.                                            </div>
  123.                </div>
  124.            </div>
  125.        </div>
  126.    </nav>
  127. </body>
  128. </html>
  129. <main class="min-h-screen bg-[#0F1729]">
  130.    <!-- Search Results Banner -->
  131.    <section class="relative">
  132.        <div class="relative max-w-7xl mx-auto px-4 py-18">
  133.            <div class="text-center pt-40">
  134.                <span class="inline-block text-6xl mb-6 transform hover:scale-110 transition-transform">
  135.                    🔍
  136.                </span>
  137.                <h1 class="text-4xl md:text-5xl font-bold text-white mb-4">
  138.                    Search math Games                </h1>
  139.                <div class="inline-flex items-center px-4 py-2 rounded-full bg-violet-500/10 text-violet-300">
  140.                    142 games                    <span class="mx-2">•</span>
  141.                    Page 1 of 4                </div>
  142.            </div>
  143.        </div>
  144.    </section>
  145.  
  146.    <!-- Games Grid -->
  147.    <section class="py-16 px-4">
  148.        <div class="max-w-7xl mx-auto">
  149.            
  150.            <!-- Search Results Grid -->
  151.            <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
  152.                <a href="https://topof.games/game/math-landing-basic-operations"
  153. class="group block">
  154. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  155. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/math-landing-basic-operations_2.webp"
  156. alt="Math Landing   Basic Operations"
  157. class="w-full h-full object-cover lazyload">
  158. <!-- Hover Overlay -->
  159. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  160. <div class="absolute bottom-0 left-0 right-0 p-4">
  161. <h3 class="text-white font-medium line-clamp-2">
  162. Math Landing   Basic Operations </h3>
  163. <div class="flex items-center mt-2 text-sm">
  164. <div class="flex items-center text-yellow-400">
  165. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  166. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  167. </svg>
  168. 0 </div>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. </a><a href="https://topof.games/game/math-boy"
  174. class="group block">
  175. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  176. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/math-boy_2.webp"
  177. alt="Math Boy"
  178. class="w-full h-full object-cover lazyload">
  179. <!-- Hover Overlay -->
  180. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  181. <div class="absolute bottom-0 left-0 right-0 p-4">
  182. <h3 class="text-white font-medium line-clamp-2">
  183. Math Boy </h3>
  184. <div class="flex items-center mt-2 text-sm">
  185. <div class="flex items-center text-yellow-400">
  186. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  187. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  188. </svg>
  189. 0 </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. </a><a href="https://topof.games/game/chill-math-averaging"
  195. class="group block">
  196. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  197. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/chill-math-averaging_2.webp"
  198. alt="Chill Math Averaging"
  199. class="w-full h-full object-cover lazyload">
  200. <!-- Hover Overlay -->
  201. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  202. <div class="absolute bottom-0 left-0 right-0 p-4">
  203. <h3 class="text-white font-medium line-clamp-2">
  204. Chill Math Averaging </h3>
  205. <div class="flex items-center mt-2 text-sm">
  206. <div class="flex items-center text-yellow-400">
  207. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  208. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  209. </svg>
  210. 0 </div>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215. </a><a href="https://topof.games/game/chill-math-division"
  216. class="group block">
  217. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  218. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/chill-math-division_2.webp"
  219. alt="Chill Math Division"
  220. class="w-full h-full object-cover lazyload">
  221. <!-- Hover Overlay -->
  222. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  223. <div class="absolute bottom-0 left-0 right-0 p-4">
  224. <h3 class="text-white font-medium line-clamp-2">
  225. Chill Math Division </h3>
  226. <div class="flex items-center mt-2 text-sm">
  227. <div class="flex items-center text-yellow-400">
  228. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  229. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  230. </svg>
  231. 0 </div>
  232. </div>
  233. </div>
  234. </div>
  235. </div>
  236. </a><a href="https://topof.games/game/chill-math-multiplication"
  237. class="group block">
  238. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  239. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/chill-math-multiplication_2.webp"
  240. alt="Chill Math Multiplication"
  241. class="w-full h-full object-cover lazyload">
  242. <!-- Hover Overlay -->
  243. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  244. <div class="absolute bottom-0 left-0 right-0 p-4">
  245. <h3 class="text-white font-medium line-clamp-2">
  246. Chill Math Multiplication </h3>
  247. <div class="flex items-center mt-2 text-sm">
  248. <div class="flex items-center text-yellow-400">
  249. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  250. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  251. </svg>
  252. 0 </div>
  253. </div>
  254. </div>
  255. </div>
  256. </div>
  257. </a><a href="https://topof.games/game/neon-math"
  258. class="group block">
  259. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  260. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/neon-math_2.webp"
  261. alt="Neon Math"
  262. class="w-full h-full object-cover lazyload">
  263. <!-- Hover Overlay -->
  264. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  265. <div class="absolute bottom-0 left-0 right-0 p-4">
  266. <h3 class="text-white font-medium line-clamp-2">
  267. Neon Math </h3>
  268. <div class="flex items-center mt-2 text-sm">
  269. <div class="flex items-center text-yellow-400">
  270. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  271. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  272. </svg>
  273. 0 </div>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </a><a href="https://topof.games/game/chill-math-addition"
  279. class="group block">
  280. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  281. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/chill-math-addition_2.webp"
  282. alt="Chill Math Addition"
  283. class="w-full h-full object-cover lazyload">
  284. <!-- Hover Overlay -->
  285. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  286. <div class="absolute bottom-0 left-0 right-0 p-4">
  287. <h3 class="text-white font-medium line-clamp-2">
  288. Chill Math Addition </h3>
  289. <div class="flex items-center mt-2 text-sm">
  290. <div class="flex items-center text-yellow-400">
  291. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  292. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  293. </svg>
  294. 0 </div>
  295. </div>
  296. </div>
  297. </div>
  298. </div>
  299. </a><a href="https://topof.games/game/fantasy-math-number"
  300. class="group block">
  301. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  302. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://topof.games/thumbs/fantasy-math-number_2.webp"
  303. alt="Fantasy Math Number"
  304. class="w-full h-full object-cover lazyload">
  305. <!-- Hover Overlay -->
  306. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  307. <div class="absolute bottom-0 left-0 right-0 p-4">
  308. <h3 class="text-white font-medium line-clamp-2">
  309. Fantasy Math Number </h3>
  310. <div class="flex items-center mt-2 text-sm">
  311. <div class="flex items-center text-yellow-400">
  312. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  313. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  314. </svg>
  315. 0 </div>
  316. </div>
  317. </div>
  318. </div>
  319. </div>
  320. </a><a href="https://topof.games/game/math-game-for-kids-2"
  321. class="group block">
  322. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  323. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://img.y8.com/cloud/v2-y8-thumbs-small-thumbnails-001/115381/small.gif"
  324. alt="Math Game For Kids 2"
  325. class="w-full h-full object-cover lazyload">
  326. <!-- Hover Overlay -->
  327. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  328. <div class="absolute bottom-0 left-0 right-0 p-4">
  329. <h3 class="text-white font-medium line-clamp-2">
  330. Math Game For Kids 2 </h3>
  331. <div class="flex items-center mt-2 text-sm">
  332. <div class="flex items-center text-yellow-400">
  333. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  334. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  335. </svg>
  336. 0 </div>
  337. </div>
  338. </div>
  339. </div>
  340. </div>
  341. </a><a href="https://topof.games/game/math-education-for-kids"
  342. class="group block">
  343. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  344. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://img.y8.com/cloud/v2-y8-thumbs-small-thumbnails-001/115626/small.gif"
  345. alt="Math Education For Kids"
  346. class="w-full h-full object-cover lazyload">
  347. <!-- Hover Overlay -->
  348. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  349. <div class="absolute bottom-0 left-0 right-0 p-4">
  350. <h3 class="text-white font-medium line-clamp-2">
  351. Math Education For Kids </h3>
  352. <div class="flex items-center mt-2 text-sm">
  353. <div class="flex items-center text-yellow-400">
  354. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  355. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  356. </svg>
  357. 0 </div>
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. </a><a href="https://topof.games/game/mathematics-line"
  363. class="group block">
  364. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  365. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201907/Mathematics-Line.jpg"
  366. alt="Mathematics Line"
  367. class="w-full h-full object-cover lazyload">
  368. <!-- Hover Overlay -->
  369. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  370. <div class="absolute bottom-0 left-0 right-0 p-4">
  371. <h3 class="text-white font-medium line-clamp-2">
  372. Mathematics Line </h3>
  373. <div class="flex items-center mt-2 text-sm">
  374. <div class="flex items-center text-yellow-400">
  375. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  376. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  377. </svg>
  378. 0 </div>
  379. </div>
  380. </div>
  381. </div>
  382. </div>
  383. </a><a href="https://topof.games/game/kids-math"
  384. class="group block">
  385. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  386. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201709/Kids-Math.jpg"
  387. alt="Kids Math"
  388. class="w-full h-full object-cover lazyload">
  389. <!-- Hover Overlay -->
  390. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  391. <div class="absolute bottom-0 left-0 right-0 p-4">
  392. <h3 class="text-white font-medium line-clamp-2">
  393. Kids Math </h3>
  394. <div class="flex items-center mt-2 text-sm">
  395. <div class="flex items-center text-yellow-400">
  396. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  397. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  398. </svg>
  399. 0 </div>
  400. </div>
  401. </div>
  402. </div>
  403. </div>
  404. </a><a href="https://topof.games/game/crazy-math-game"
  405. class="group block">
  406. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  407. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201703/Crazy-Math-Game.jpg"
  408. alt="Crazy Math Game"
  409. class="w-full h-full object-cover lazyload">
  410. <!-- Hover Overlay -->
  411. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  412. <div class="absolute bottom-0 left-0 right-0 p-4">
  413. <h3 class="text-white font-medium line-clamp-2">
  414. Crazy Math Game </h3>
  415. <div class="flex items-center mt-2 text-sm">
  416. <div class="flex items-center text-yellow-400">
  417. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  418. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  419. </svg>
  420. 0 </div>
  421. </div>
  422. </div>
  423. </div>
  424. </div>
  425. </a><a href="https://topof.games/game/math-genius-2"
  426. class="group block">
  427. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  428. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201703/Math-Genius-2.jpg"
  429. alt="Math Genius 2"
  430. class="w-full h-full object-cover lazyload">
  431. <!-- Hover Overlay -->
  432. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  433. <div class="absolute bottom-0 left-0 right-0 p-4">
  434. <h3 class="text-white font-medium line-clamp-2">
  435. Math Genius 2 </h3>
  436. <div class="flex items-center mt-2 text-sm">
  437. <div class="flex items-center text-yellow-400">
  438. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  439. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  440. </svg>
  441. 0 </div>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. </a><a href="https://topof.games/game/math-game-for-kids"
  447. class="group block">
  448. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  449. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201702/Math-Game-For-Kids.jpg"
  450. alt="Math Game For Kids"
  451. class="w-full h-full object-cover lazyload">
  452. <!-- Hover Overlay -->
  453. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  454. <div class="absolute bottom-0 left-0 right-0 p-4">
  455. <h3 class="text-white font-medium line-clamp-2">
  456. Math Game For Kids </h3>
  457. <div class="flex items-center mt-2 text-sm">
  458. <div class="flex items-center text-yellow-400">
  459. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  460. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  461. </svg>
  462. 0 </div>
  463. </div>
  464. </div>
  465. </div>
  466. </div>
  467. </a><a href="https://topof.games/game/math-game-multiple-choice"
  468. class="group block">
  469. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  470. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201612/Math-Game-Multiple-Choice.jpg"
  471. alt="Math Game: Multiple Choice"
  472. class="w-full h-full object-cover lazyload">
  473. <!-- Hover Overlay -->
  474. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  475. <div class="absolute bottom-0 left-0 right-0 p-4">
  476. <h3 class="text-white font-medium line-clamp-2">
  477. Math Game: Multiple Choice </h3>
  478. <div class="flex items-center mt-2 text-sm">
  479. <div class="flex items-center text-yellow-400">
  480. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  481. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  482. </svg>
  483. 0 </div>
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488. </a><a href="https://topof.games/game/correct-math"
  489. class="group block">
  490. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  491. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201608/Correct-Math.jpg"
  492. alt="Correct Math"
  493. class="w-full h-full object-cover lazyload">
  494. <!-- Hover Overlay -->
  495. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  496. <div class="absolute bottom-0 left-0 right-0 p-4">
  497. <h3 class="text-white font-medium line-clamp-2">
  498. Correct Math </h3>
  499. <div class="flex items-center mt-2 text-sm">
  500. <div class="flex items-center text-yellow-400">
  501. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  502. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  503. </svg>
  504. 0 </div>
  505. </div>
  506. </div>
  507. </div>
  508. </div>
  509. </a><a href="https://topof.games/game/math-genius"
  510. class="group block">
  511. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  512. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201606/Math-Genius.jpg"
  513. alt="Math Genius"
  514. class="w-full h-full object-cover lazyload">
  515. <!-- Hover Overlay -->
  516. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  517. <div class="absolute bottom-0 left-0 right-0 p-4">
  518. <h3 class="text-white font-medium line-clamp-2">
  519. Math Genius </h3>
  520. <div class="flex items-center mt-2 text-sm">
  521. <div class="flex items-center text-yellow-400">
  522. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  523. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  524. </svg>
  525. 0 </div>
  526. </div>
  527. </div>
  528. </div>
  529. </div>
  530. </a><a href="https://topof.games/game/mathematic"
  531. class="group block">
  532. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  533. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201606/Mathematic.jpg"
  534. alt="Mathematic"
  535. class="w-full h-full object-cover lazyload">
  536. <!-- Hover Overlay -->
  537. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  538. <div class="absolute bottom-0 left-0 right-0 p-4">
  539. <h3 class="text-white font-medium line-clamp-2">
  540. Mathematic </h3>
  541. <div class="flex items-center mt-2 text-sm">
  542. <div class="flex items-center text-yellow-400">
  543. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  544. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  545. </svg>
  546. 0 </div>
  547. </div>
  548. </div>
  549. </div>
  550. </div>
  551. </a><a href="https://topof.games/game/feed-math"
  552. class="group block">
  553. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  554. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201605/Feed-Math.jpg"
  555. alt="Feed Math"
  556. class="w-full h-full object-cover lazyload">
  557. <!-- Hover Overlay -->
  558. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  559. <div class="absolute bottom-0 left-0 right-0 p-4">
  560. <h3 class="text-white font-medium line-clamp-2">
  561. Feed Math </h3>
  562. <div class="flex items-center mt-2 text-sm">
  563. <div class="flex items-center text-yellow-400">
  564. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  565. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  566. </svg>
  567. 0 </div>
  568. </div>
  569. </div>
  570. </div>
  571. </div>
  572. </a><a href="https://topof.games/game/solve-math"
  573. class="group block">
  574. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  575. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201512/Solve-Math.jpg"
  576. alt="Solve Math"
  577. class="w-full h-full object-cover lazyload">
  578. <!-- Hover Overlay -->
  579. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  580. <div class="absolute bottom-0 left-0 right-0 p-4">
  581. <h3 class="text-white font-medium line-clamp-2">
  582. Solve Math </h3>
  583. <div class="flex items-center mt-2 text-sm">
  584. <div class="flex items-center text-yellow-400">
  585. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  586. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  587. </svg>
  588. 0 </div>
  589. </div>
  590. </div>
  591. </div>
  592. </div>
  593. </a><a href="https://topof.games/game/freaking-math"
  594. class="group block">
  595. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  596. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201512/Freaking-Math.jpg"
  597. alt="Freaking Math"
  598. class="w-full h-full object-cover lazyload">
  599. <!-- Hover Overlay -->
  600. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  601. <div class="absolute bottom-0 left-0 right-0 p-4">
  602. <h3 class="text-white font-medium line-clamp-2">
  603. Freaking Math </h3>
  604. <div class="flex items-center mt-2 text-sm">
  605. <div class="flex items-center text-yellow-400">
  606. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  607. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  608. </svg>
  609. 0 </div>
  610. </div>
  611. </div>
  612. </div>
  613. </div>
  614. </a><a href="https://topof.games/game/math-plus"
  615. class="group block">
  616. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  617. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201512/Math-Plus.jpg"
  618. alt="Math Plus"
  619. class="w-full h-full object-cover lazyload">
  620. <!-- Hover Overlay -->
  621. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  622. <div class="absolute bottom-0 left-0 right-0 p-4">
  623. <h3 class="text-white font-medium line-clamp-2">
  624. Math Plus </h3>
  625. <div class="flex items-center mt-2 text-sm">
  626. <div class="flex items-center text-yellow-400">
  627. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  628. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  629. </svg>
  630. 0 </div>
  631. </div>
  632. </div>
  633. </div>
  634. </div>
  635. </a><a href="https://topof.games/game/math-block"
  636. class="group block">
  637. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  638. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/202007/Math-Block.jpg"
  639. alt="Math Block"
  640. class="w-full h-full object-cover lazyload">
  641. <!-- Hover Overlay -->
  642. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  643. <div class="absolute bottom-0 left-0 right-0 p-4">
  644. <h3 class="text-white font-medium line-clamp-2">
  645. Math Block </h3>
  646. <div class="flex items-center mt-2 text-sm">
  647. <div class="flex items-center text-yellow-400">
  648. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  649. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  650. </svg>
  651. 0 </div>
  652. </div>
  653. </div>
  654. </div>
  655. </div>
  656. </a><a href="https://topof.games/game/dinosaur-math"
  657. class="group block">
  658. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  659. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/202006/Dinosaur-Math.jpg"
  660. alt="Dinosaur Math"
  661. class="w-full h-full object-cover lazyload">
  662. <!-- Hover Overlay -->
  663. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  664. <div class="absolute bottom-0 left-0 right-0 p-4">
  665. <h3 class="text-white font-medium line-clamp-2">
  666. Dinosaur Math </h3>
  667. <div class="flex items-center mt-2 text-sm">
  668. <div class="flex items-center text-yellow-400">
  669. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  670. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  671. </svg>
  672. 0 </div>
  673. </div>
  674. </div>
  675. </div>
  676. </div>
  677. </a><a href="https://topof.games/game/kids-mathematichs-game"
  678. class="group block">
  679. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  680. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/202002/Kids-Mathematichs-Game.jpg"
  681. alt="Kids Mathematichs Game"
  682. class="w-full h-full object-cover lazyload">
  683. <!-- Hover Overlay -->
  684. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  685. <div class="absolute bottom-0 left-0 right-0 p-4">
  686. <h3 class="text-white font-medium line-clamp-2">
  687. Kids Mathematichs Game </h3>
  688. <div class="flex items-center mt-2 text-sm">
  689. <div class="flex items-center text-yellow-400">
  690. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  691. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  692. </svg>
  693. 0 </div>
  694. </div>
  695. </div>
  696. </div>
  697. </div>
  698. </a><a href="https://topof.games/game/kids-maths-fun"
  699. class="group block">
  700. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  701. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/202001/Kids-Maths-Fun.jpg"
  702. alt="Kids Maths Fun"
  703. class="w-full h-full object-cover lazyload">
  704. <!-- Hover Overlay -->
  705. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  706. <div class="absolute bottom-0 left-0 right-0 p-4">
  707. <h3 class="text-white font-medium line-clamp-2">
  708. Kids Maths Fun </h3>
  709. <div class="flex items-center mt-2 text-sm">
  710. <div class="flex items-center text-yellow-400">
  711. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  712. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  713. </svg>
  714. 0 </div>
  715. </div>
  716. </div>
  717. </div>
  718. </div>
  719. </a><a href="https://topof.games/game/maths-challenge"
  720. class="group block">
  721. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  722. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201911/Maths-Challenge.jpg"
  723. alt="Maths Challenge"
  724. class="w-full h-full object-cover lazyload">
  725. <!-- Hover Overlay -->
  726. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  727. <div class="absolute bottom-0 left-0 right-0 p-4">
  728. <h3 class="text-white font-medium line-clamp-2">
  729. Maths Challenge </h3>
  730. <div class="flex items-center mt-2 text-sm">
  731. <div class="flex items-center text-yellow-400">
  732. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  733. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  734. </svg>
  735. 0 </div>
  736. </div>
  737. </div>
  738. </div>
  739. </div>
  740. </a><a href="https://topof.games/game/math-vs-bat"
  741. class="group block">
  742. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  743. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201909/Math-Vs-Bat.jpg"
  744. alt="Math VS Bat"
  745. class="w-full h-full object-cover lazyload">
  746. <!-- Hover Overlay -->
  747. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  748. <div class="absolute bottom-0 left-0 right-0 p-4">
  749. <h3 class="text-white font-medium line-clamp-2">
  750. Math VS Bat </h3>
  751. <div class="flex items-center mt-2 text-sm">
  752. <div class="flex items-center text-yellow-400">
  753. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  754. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  755. </svg>
  756. 0 </div>
  757. </div>
  758. </div>
  759. </div>
  760. </div>
  761. </a><a href="https://topof.games/game/maths-fun"
  762. class="group block">
  763. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  764. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201908/Maths-Fun.jpg"
  765. alt="Maths Fun"
  766. class="w-full h-full object-cover lazyload">
  767. <!-- Hover Overlay -->
  768. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  769. <div class="absolute bottom-0 left-0 right-0 p-4">
  770. <h3 class="text-white font-medium line-clamp-2">
  771. Maths Fun </h3>
  772. <div class="flex items-center mt-2 text-sm">
  773. <div class="flex items-center text-yellow-400">
  774. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  775. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  776. </svg>
  777. 0 </div>
  778. </div>
  779. </div>
  780. </div>
  781. </div>
  782. </a><a href="https://topof.games/game/easy-math"
  783. class="group block">
  784. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  785. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201905/Easy-Math.jpg"
  786. alt="Easy Math"
  787. class="w-full h-full object-cover lazyload">
  788. <!-- Hover Overlay -->
  789. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  790. <div class="absolute bottom-0 left-0 right-0 p-4">
  791. <h3 class="text-white font-medium line-clamp-2">
  792. Easy Math </h3>
  793. <div class="flex items-center mt-2 text-sm">
  794. <div class="flex items-center text-yellow-400">
  795. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  796. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  797. </svg>
  798. 0 </div>
  799. </div>
  800. </div>
  801. </div>
  802. </div>
  803. </a><a href="https://topof.games/game/multiplication-math-challenge"
  804. class="group block">
  805. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  806. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201904/Multiplication-Math-Challenge.jpg"
  807. alt="Multiplication Math Challenge"
  808. class="w-full h-full object-cover lazyload">
  809. <!-- Hover Overlay -->
  810. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  811. <div class="absolute bottom-0 left-0 right-0 p-4">
  812. <h3 class="text-white font-medium line-clamp-2">
  813. Multiplication Math Challenge </h3>
  814. <div class="flex items-center mt-2 text-sm">
  815. <div class="flex items-center text-yellow-400">
  816. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  817. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  818. </svg>
  819. 0 </div>
  820. </div>
  821. </div>
  822. </div>
  823. </div>
  824. </a><a href="https://topof.games/game/math-contest"
  825. class="group block">
  826. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  827. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201902/Math-Contest.jpg"
  828. alt="Math Contest"
  829. class="w-full h-full object-cover lazyload">
  830. <!-- Hover Overlay -->
  831. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  832. <div class="absolute bottom-0 left-0 right-0 p-4">
  833. <h3 class="text-white font-medium line-clamp-2">
  834. Math Contest </h3>
  835. <div class="flex items-center mt-2 text-sm">
  836. <div class="flex items-center text-yellow-400">
  837. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  838. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  839. </svg>
  840. 0 </div>
  841. </div>
  842. </div>
  843. </div>
  844. </div>
  845. </a><a href="https://topof.games/game/little-miss-inventor-math"
  846. class="group block">
  847. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  848. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201901/Little-Miss-Inventor-Math.jpg"
  849. alt="Little Miss Inventor Math"
  850. class="w-full h-full object-cover lazyload">
  851. <!-- Hover Overlay -->
  852. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  853. <div class="absolute bottom-0 left-0 right-0 p-4">
  854. <h3 class="text-white font-medium line-clamp-2">
  855. Little Miss Inventor Math </h3>
  856. <div class="flex items-center mt-2 text-sm">
  857. <div class="flex items-center text-yellow-400">
  858. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  859. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  860. </svg>
  861. 0 </div>
  862. </div>
  863. </div>
  864. </div>
  865. </div>
  866. </a><a href="https://topof.games/game/rapid-math"
  867. class="group block">
  868. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  869. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201806/Rapid-Math.jpg"
  870. alt="Rapid Math"
  871. class="w-full h-full object-cover lazyload">
  872. <!-- Hover Overlay -->
  873. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  874. <div class="absolute bottom-0 left-0 right-0 p-4">
  875. <h3 class="text-white font-medium line-clamp-2">
  876. Rapid Math </h3>
  877. <div class="flex items-center mt-2 text-sm">
  878. <div class="flex items-center text-yellow-400">
  879. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  880. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  881. </svg>
  882. 0 </div>
  883. </div>
  884. </div>
  885. </div>
  886. </div>
  887. </a><a href="https://topof.games/game/learn-math"
  888. class="group block">
  889. <div class="relative aspect-[1/1] rounded-xl overflow-hidden bg-[#2A364F]">
  890. <img src="https://topof.games/content/themes/astro/images/thumb-placeholder1.png" data-src="https://www.4j.com/thumb/201803/Learn-Math.jpg"
  891. alt="Learn Math"
  892. class="w-full h-full object-cover lazyload">
  893. <!-- Hover Overlay -->
  894. <div class="absolute inset-0 bg-gradient-to-t from-violet-900/90 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300">
  895. <div class="absolute bottom-0 left-0 right-0 p-4">
  896. <h3 class="text-white font-medium line-clamp-2">
  897. Learn Math </h3>
  898. <div class="flex items-center mt-2 text-sm">
  899. <div class="flex items-center text-yellow-400">
  900. <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20">
  901. <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
  902. </svg>
  903. 0 </div>
  904. </div>
  905. </div>
  906. </div>
  907. </div>
  908. </a>            </div>
  909.  
  910.            <!-- Pagination -->
  911.            <div class="mt-12 flex justify-center">
  912.                <nav class="flex items-center space-x-2">
  913.                    <ul class="flex items-center space-x-4"><li class=" current"><a class="px-4 py-2 rounded-md transition-colors bg-violet-500/10 text-violet-300 hover:bg-violet-600 hover:text-white [.current_&]:bg-violet-600 [.current_&]:text-white [.current_&]:cursor-not-allowed text-lg" href="https://topof.games/search/math">1</a></li><li class=" "><a class="px-4 py-2 rounded-md transition-colors bg-violet-500/10 text-violet-300 hover:bg-violet-600 hover:text-white [.current_&]:bg-violet-600 [.current_&]:text-white [.current_&]:cursor-not-allowed text-lg" href="https://topof.games/search/math/2">2</a></li><li class=" "><a class="px-4 py-2 rounded-md transition-colors bg-violet-500/10 text-violet-300 hover:bg-violet-600 hover:text-white [.current_&]:bg-violet-600 [.current_&]:text-white [.current_&]:cursor-not-allowed text-lg" href="https://topof.games/search/math/3">3</a></li><li class=" "><a class="px-4 py-2 rounded-md transition-colors bg-violet-500/10 text-violet-300 hover:bg-violet-600 hover:text-white [.current_&]:bg-violet-600 [.current_&]:text-white [.current_&]:cursor-not-allowed text-lg" href="https://topof.games/search/math/4">4</a></li></ul>                </nav>
  914.            </div>
  915.  
  916.                    </div>
  917.    </section>
  918. </main>
  919.  
  920. <footer class="mt-10">
  921.    <div class="max-w-7xl mx-auto py-12 px-4">
  922.        <div class="grid grid-cols-2 gap-8 md:grid-cols-4">
  923.            <div class="space-y-8">
  924.                            </div>
  925.            <div class="space-y-8">
  926.                            </div>
  927.            <div class="space-y-8">
  928.                <a href="https://minecraft.co.com/servers" target="_blank">Minecraft Server List</a><br><a href="https://minecraft.how" target="_blank">Minecraft Forum</a><br><a href="https://roblox.how" target="_blank">Roblox Forum</a><br><a href="https://kal.how" target="_blank">Kal Online Forum</a><br><a href="https://counter-strike.how" target="_blank">Counter Strike Forum</a><br>            </div>
  929.            <div class="space-y-8">
  930.                <a href="https://facebook.com/topofgames" target="_blank">Facebook</a><br><a href="https://www.youtube.com/channel/UCvYO8LDfoOeoEjSLQMootdg" target="_blank">YouTube</a><br><a href="https://discord.gg/nyRyVE76bG">Discord</a><br>            </div>
  931.        </div>
  932.        <div class="border-t border-gray-800 pt-8">
  933.            <p class="text-sm text-gray-400 text-center">
  934.                <a href="/page/tos" target="_blank">Terms of Service</a><br>            </p>
  935.                    </div>
  936.    </div>
  937. </footer>
  938. <script type="text/javascript" src="https://topof.games/content/themes/astro/js/lazysizes.min.js"></script>
  939. <script type="text/javascript" src="https://topof.games/js/comment-system.js"></script>
  940. <script type="text/javascript" src="https://topof.games/content/themes/astro/js/script.js"></script>
  941. <script type="text/javascript" src="https://topof.games/js/stats.js"></script>
  942. <script type="text/javascript" src="https://topof.games/content/themes/astro/js/custom.js"></script>
  943. <div id="cookieConsentBanner" style="z-index: 10;">
  944. <div class="cookie-consent-msg">
  945. This website uses cookies to ensure you get the best experience on our website.
  946. </div>
  947. <div class="cookie-consent-actions">
  948. <button class="btn btn-primary btn-cookie-accept" id="acceptCookies">Accept</button>
  949. <button class="btn btn-secondary btn-cookie-decline" id="declineCookies">Decline</button>
  950. </div>
  951. </div>
  952. <script type="text/javascript">
  953. var c=getCookie("cookieConsent");null===c&&(document.getElementById("cookieConsentBanner").style.display="flex"),document.getElementById("acceptCookies").addEventListener("click",function(){setCookie("cookieConsent","true",365),document.getElementById("cookieConsentBanner").style.display="none"}),document.getElementById("declineCookies").addEventListener("click",function(){setCookie("cookieConsent","false",365),document.getElementById("cookieConsentBanner").style.display="none"});function setCookie(e,t,n){var o="";n&&(o=new Date,o.setTime(o.getTime()+24*n*60*60*1e3),o="; expires="+o.toUTCString()),document.cookie=e+"="+t+o+"; path=/"}function getCookie(e){for(var t=document.cookie.split(";"),n=0;n<t.length;n++){var o=t[n].split("=");if(e==o[0].trim())return o[1]}return null}
  954. </script>
  955. </body>
  956.  
  957. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda