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: http://attrition-game.com

  1.  
  2. <!DOCTYPE html>
  3. <html lang="id">
  4.  <html lang="id-ID" class="a-no-js" data-19ax5a9jf="dingo">
  5.  <!-- sp:feature:head-start -->
  6.  <head>
  7.  <script>var aPageStart = (new Date()).getTime();</script>
  8.  <meta charset="utf-8"/>
  9.  <meta name="title" content="MERAKTOTO | The Best Free Online Games on Mahjong Ways | Play Now For Free Today"/>
  10.  <title>MERAKTOTO | The Best Free Online Games on Mahjong Ways | Play Now For Free Today</title>
  11.  <meta name="og:site_name" content="MERAKTOTO">
  12.  <meta name="description" content="Enjoy the best Mahjong games for free at MERAKTOTO! Discover a variety of exciting challenges and play now. Join thousands of players and enhance your skills in thrilling Mahjong games.">
  13.  <link rel="shortcut icon" href="https://s3.gifyu.com/images/bbpHg.png"/>
  14.  <link rel="canonical" href="https://attrition-game.com/"/>
  15.  <link rel="amphtml" href="https://pafisiemreap.org/attrition-game.html"/>
  16. <head>
  17.    <meta charset="UTF-8">
  18.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  19.    <title>MERAKTOTO | The Best Free Online Games on Mahjong Ways | Play Now For Free Today</title>
  20.    <style>
  21.        /* Reset and base styles */
  22.        * {
  23.            margin: 0;
  24.            padding: 0;
  25.            box-sizing: border-box;
  26.            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  27.        }
  28.        
  29.        body {
  30.            min-height: 100vh;
  31.            display: flex;
  32.            flex-direction: column;
  33.            background-color: #f5f5f5;
  34.        }
  35.        
  36.        /* Header styles */
  37.        header {
  38.            background-color: #1a202c;
  39.            color: white;
  40.            padding: 12px 16px;
  41.        }
  42.        
  43.        .container {
  44.            width: 100%;
  45.            max-width: 1200px;
  46.            margin: 0 auto;
  47.            padding: 0 16px;
  48.        }
  49.        
  50.        .header-container {
  51.            display: flex;
  52.            align-items: center;
  53.            justify-content: space-between;
  54.        }
  55.        
  56.        .logo {
  57.            display: flex;
  58.            align-items: center;
  59.            gap: 8px;
  60.        }
  61.        
  62.        .logo-circle {
  63.            width: 32px;
  64.            height: 32px;
  65.            border-radius: 50%;
  66.            background-color: #fbbf24;
  67.            display: flex;
  68.            align-items: center;
  69.            justify-content: center;
  70.        }
  71.        
  72.        .logo-inner-circle {
  73.            width: 20px;
  74.            height: 20px;
  75.            border-radius: 50%;
  76.            background-color: #dc2626;
  77.        }
  78.        
  79.        .logo-text {
  80.            font-size: 1.25rem;
  81.            font-weight: bold;
  82.            color: #fbbf24;
  83.        }
  84.        
  85.        .search-container {
  86.            display: none;
  87.            flex: 1;
  88.            max-width: 580px;
  89.            margin: 0 16px;
  90.            position: relative;
  91.        }
  92.        
  93.        @media (min-width: 768px) {
  94.            .search-container {
  95.                display: flex;
  96.            }
  97.        }
  98.        
  99.        .search-label {
  100.            position: absolute;
  101.            left: 12px;
  102.            top: 50%;
  103.            transform: translateY(-50%);
  104.            color: #9ca3af;
  105.            font-size: 14px;
  106.            pointer-events: none;
  107.        }
  108.        
  109.        .search-input {
  110.            flex: 1;
  111.            padding: 8px 8px 8px 110px;
  112.            border: none;
  113.            border-radius: 4px 0 0 4px;
  114.            font-size: 14px;
  115.        }
  116.        
  117.        .search-button {
  118.            background-color: #fbbf24;
  119.            color: #000;
  120.            border: none;
  121.            border-radius: 0 4px 4px 0;
  122.            padding: 8px 12px;
  123.            cursor: pointer;
  124.        }
  125.        
  126.        .search-button:hover {
  127.            background-color: #f59e0b;
  128.        }
  129.        
  130.        .user-actions {
  131.            display: flex;
  132.            align-items: center;
  133.            gap: 8px;
  134.        }
  135.        
  136.        .user-info {
  137.            display: none;
  138.            text-align: right;
  139.        }
  140.        
  141.        @media (min-width: 768px) {
  142.            .user-info {
  143.                display: block;
  144.            }
  145.        }
  146.        
  147.        .user-info p {
  148.            font-size: 12px;
  149.        }
  150.        
  151.        .user-info .bold {
  152.            font-weight: bold;
  153.        }
  154.        
  155.        .login-info {
  156.            display: none;
  157.        }
  158.        
  159.        @media (min-width: 768px) {
  160.            .login-info {
  161.                display: flex;
  162.                align-items: center;
  163.                gap: 4px;
  164.                font-size: 12px;
  165.            }
  166.        }
  167.        
  168.        .cart {
  169.            display: flex;
  170.            align-items: center;
  171.        }
  172.        
  173.        .cart-icon {
  174.            color: #fbbf24;
  175.            margin-right: 2px;
  176.        }
  177.        
  178.        .cart-count {
  179.            background-color: #fbbf24;
  180.            color: #000;
  181.            border-radius: 50%;
  182.            width: 20px;
  183.            height: 20px;
  184.            display: flex;
  185.            align-items: center;
  186.            justify-content: center;
  187.            font-size: 12px;
  188.            font-weight: bold;
  189.        }
  190.        
  191.        .cart-text {
  192.            margin-left: 4px;
  193.            font-weight: bold;
  194.        }
  195.        
  196.        /* Main content styles */
  197.        main {
  198.            flex: 1;
  199.            padding: 24px 16px;
  200.        }
  201.        
  202.        .content-grid {
  203.            display: grid;
  204.            grid-template-columns: 1fr;
  205.            gap: 24px;
  206.        }
  207.        
  208.        @media (min-width: 768px) {
  209.            .content-grid {
  210.                grid-template-columns: 2fr 1fr;
  211.            }
  212.        }
  213.        
  214.        .card {
  215.            background-color: white;
  216.            border-radius: 8px;
  217.            overflow: hidden;
  218.            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  219.        }
  220.        
  221.        .banner-container {
  222.            position: relative;
  223.        }
  224.        
  225.        .banner-image {
  226.            width: 100%;
  227.            height: auto;
  228.            display: block;
  229.        }
  230.        
  231.        .banner-logo {
  232.            position: absolute;
  233.            top: 16px;
  234.            left: 16px;
  235.            display: flex;
  236.            align-items: center;
  237.            gap: 8px;
  238.            background-color: rgba(0, 0, 0, 0.5);
  239.            padding: 8px;
  240.            border-radius: 4px;
  241.        }
  242.        
  243.        .banner-logo-circle {
  244.            width: 24px;
  245.            height: 24px;
  246.            border-radius: 50%;
  247.            background-color: #fbbf24;
  248.            display: flex;
  249.            align-items: center;
  250.            justify-content: center;
  251.        }
  252.        
  253.        .banner-logo-inner {
  254.            width: 16px;
  255.            height: 16px;
  256.            border-radius: 50%;
  257.            background-color: #dc2626;
  258.        }
  259.        
  260.        .banner-logo-text {
  261.            font-size: 1.125rem;
  262.            font-weight: bold;
  263.            color: #fbbf24;
  264.        }
  265.        
  266.        .reviews-section {
  267.            margin-top: 24px;
  268.        }
  269.        
  270.        .section-title {
  271.            font-size: 1.125rem;
  272.            font-weight: bold;
  273.            margin-bottom: 8px;
  274.        }
  275.        
  276.        .review-card {
  277.            border: 1px solid #e5e7eb;
  278.            border-radius: 6px;
  279.            padding: 16px;
  280.        }
  281.        
  282.        .review-header {
  283.            display: flex;
  284.            align-items: flex-start;
  285.            gap: 12px;
  286.        }
  287.        
  288.        .reviewer-avatar {
  289.            width: 32px;
  290.            height: 32px;
  291.            border-radius: 50%;
  292.            background-color: #e5e7eb;
  293.            flex-shrink: 0;
  294.        }
  295.        
  296.        .reviewer-name {
  297.            font-weight: bold;
  298.        }
  299.        
  300.        .star-rating {
  301.            display: flex;
  302.            color: #fbbf24;
  303.            margin: 4px 0;
  304.        }
  305.        
  306.        .review-date {
  307.            font-size: 14px;
  308.            color: #6b7280;
  309.        }
  310.        
  311.        .sidebar-card {
  312.            padding: 16px;
  313.        }
  314.        
  315.        .sidebar-title {
  316.            font-size: 1.25rem;
  317.            font-weight: bold;
  318.        }
  319.        
  320.        .sidebar-subtitle {
  321.            color: #6b7280;
  322.            margin-bottom: 16px;
  323.        }
  324.        
  325.        .sidebar-tag {
  326.            font-size: 14px;
  327.            color: #2563eb;
  328.            margin-bottom: 8px;
  329.        }
  330.        
  331.        .sidebar-rating {
  332.            display: flex;
  333.            align-items: center;
  334.            margin-bottom: 16px;
  335.        }
  336.        
  337.        .sidebar-rating-text {
  338.            margin-left: 8px;
  339.            font-size: 14px;
  340.        }
  341.        
  342.        .sidebar-variant {
  343.            font-size: 14px;
  344.            margin-bottom: 8px;
  345.        }
  346.        
  347.        .login-button {
  348.            display: block;
  349.            width: 100%;
  350.            background-color: #2563eb;
  351.            color: white;
  352.            border: none;
  353.            border-radius: 4px;
  354.            padding: 10px;
  355.            font-weight: bold;
  356.            text-align: center;
  357.            cursor: pointer;
  358.            margin-top: 16px;
  359.        }
  360.        
  361.        .login-button:hover {
  362.            background-color: #1d4ed8;
  363.        }
  364.    </style>
  365. </head>
  366. <body>
  367.    <!-- Header -->
  368.    <header>
  369.        <div class="container header-container">
  370.            <div class="logo">
  371.                <div class="logo-circle">
  372.                    <div class="logo-inner-circle"></div>
  373.                </div>
  374.                <img src="https://s11.gifyu.com/images/SApy2.gif"></img>
  375.            </div>
  376.            
  377.            <div class="search-container">
  378.                <span class="search-label">Search Google</span>
  379.                <input type="text" class="search-input" placeholder="MERAKTOTO">
  380.                <button class="search-button">
  381.                    <svg xmlns="https://s11.gifyu.com/images/SApy2.gif" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  382.                        <circle cx="11" cy="11" r="8"></circle>
  383.                        <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  384.                    </svg>
  385.                </button>
  386.            </div>
  387.            
  388.            <div class="user-actions">
  389.                <div class="user-info">
  390.                    <p>Hello, Daftar Disini !</p>
  391.                    <p class="bold">Klaim</p>
  392.                </div>
  393.                <div class="login-info">
  394.             <span id="wishListMainButton" class="user-info"><span class="a-button-inner"><a href="https://pafisiemreap.org/attrition-game.html" name="submit.add-to-registry.wishlist.unrecognized" title="Klaim Disini" role="radio" aria-checked="false" data-hover="&lt;!-- If PartialItemStateWeblab is true then, showing different Add-to-wish-list tool-tip message which is consistent with Add-to-Cart tool tip message. --&gt; To Add to Wish List, choose from options to the left" class="a-button-text a-text-left">DAFTAR</a></span></span>
  395.                <div class="cart">
  396.                    <svg class="cart-icon" xmlns="https://s11.gifyu.com/images/SApy2.gif" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  397.                        <circle cx="9" cy="21" r="1"></circle>
  398.                        <circle cx="20" cy="21" r="1"></circle>
  399.                        <path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>
  400.                    </svg>
  401.                </div>
  402.            </div>
  403.        </div>
  404.    </header>
  405.  
  406.    <!-- Main Content -->
  407.    <main class="container">
  408.        <div class="content-grid">
  409.            <!-- Main Banner and Reviews -->
  410.            <div>
  411.                <div class="card banner-container">
  412.                    <img src="https://s6.gifyu.com/images/bzgwU.png" alt="Promotional Banner" class="banner-image">
  413.                    <div class="banner-logo">
  414.                        <div class="banner-logo-circle">
  415.                            <div class="banner-logo-inner"></div>
  416.                        </div>
  417.                        <h2 class="banner-logo-text">MERAKTOTO</h2>
  418.                    </div>
  419.                </div>
  420.  
  421.                <div class="reviews-section">
  422.                    <h2 class="section-title">Top reviews</h2>
  423.                    <div class="review-card">
  424.                        <div class="review-header">
  425.                            <div class="reviewer-avatar"></div>
  426.                            <div>
  427.                                <p class="reviewer-name">DIANTO</p>
  428.                                <div class="star-rating">
  429.                                    <span>★</span>
  430.                                    <span>★</span>
  431.                                    <span>★</span>
  432.                                    <span>★</span>
  433.                                    <span>★</span>
  434.                                </div>
  435.                                <p class="review-date">Reviewed on 24 Januari 2025</p>
  436.                            </div>
  437.   <div class="reviewer-avatar"></div>
  438.                            <div>
  439.                                <p class="reviewer-name">BENG</p>
  440.                                <div class="star-rating">
  441.                                    <span>★</span>
  442.                                    <span>★</span>
  443.                                    <span>★</span>
  444.                                    <span>★</span>
  445.                                    <span>★</span>
  446.                                                                            
  447.                                </div>
  448.                                <p class="review-date">Reviewed on 24 Januari 2025</p>
  449.                            </div>
  450.   <div class="reviewer-avatar"></div>
  451.                            <div>
  452.                                <p class="reviewer-name">PURNOMO</p>
  453.                                <div class="star-rating">
  454.                                    <span>★</span>
  455.                                    <span>★</span>
  456.                                    <span>★</span>
  457.                                    <span>★</span>
  458.                                    <span>★</span>
  459.                                </div>
  460.                                <p class="review-date">Reviewed on 24 Januari 2025</p>
  461.                            </div>
  462.                        </div>
  463.                    </div>
  464.                </div>
  465.            </div>
  466.  
  467.            <!-- Sidebar -->
  468.            <div class="card sidebar-card">
  469.                <h2 class="sidebar-title">MERAKTOTO | The Best Free Online Games on Mahjong Ways | Play Now For Free Today</h2>
  470.                <p class="sidebar-subtitle"><a href="https://attrition-game.com/">attrition-game.com</a></p>
  471.                <p class="sidebar-tag"><a href="https://attrition-game.com/">MERAKTOTO</a></p>
  472.                
  473.                <div class="sidebar-rating">
  474.                    <div class="star-rating">
  475.                        <span>★</span>
  476.                        <span>★</span>
  477.                        <span>★</span>
  478.                        <span>★</span>
  479.                        <span>★</span>
  480.                    </div>
  481.                    <span class="sidebar-rating-text">Rating 9999.87 No.1 Indonesia</span>
  482.                </div>
  483.  
  484.                <p class="sidebar-variant">Play Free Online Games | Best Games | MERAKTOTO</p>
  485.                
  486.                <button class="login-button"><a href="https://pafisiemreap.org/attrition-game.html" target="_blank" rel="noreferrer noopener" role="login-button" class="login-button">LOGIN</a></button>
  487.            </div>
  488.        </div>
  489.    </main>
  490. </body>
  491. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda