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://bet365ace.com/

  1.  
  2. <!doctype html>
  3. <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANDrp2lz7AOmADaN8tA50LsWcjLFyQFcb/P2Txc58oYOeILb3vBw7J6f4pamkAQVSQuqYsKx3YzdUHCvbVZvFUsCAwEAAQ==_lBOuhkM8DgZriNp5jaE60BMyNejsBDMzxDk/IceFcNHmxb1VWHQ6IDuYWjZqdTxP4bMBas4pPxxvIN/miWBP3A==" translate="no" lang="en-US" style="background: #2B2B2B;">
  4. <head>
  5.    <meta charset="utf-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <title>365ACE</title>
  8.    <meta name="description" content="365ACE - 365ACE.COM">
  9.    <meta name="keywords" content="365ACE">
  10.    <meta name="facebook-domain-verification" content="z9cnrfyelacdt6q1c0vjq7swlrxyj2" />
  11.    <meta name="google-site-verification" content="cK_QcWW58XwdP_d6jJAxRXSZ1TsTRn9kKKaxtZcz1hg" />
  12.    <link rel="icon" href="https://www.365ACE.net/favicon.png">
  13.    <link rel="preconnect" href="https://www.google.com" crossorigin>
  14.    <link rel="dns-prefetch preconnect" href="https://www.google.com">
  15.  <style>* {
  16.  font-smoothing: antialiased;
  17.  -webkit-font-smoothing: antialiased;
  18.  -moz-osx-font-smoothing: grayscale;
  19. }
  20.  
  21. html, body {
  22.  width: 100%;
  23.  margin: 0;
  24. }
  25.  
  26. html {
  27.  background-color: #2B2B2B;
  28.  height: 100%;
  29. }
  30.  
  31. body {
  32.  min-height: 90%;
  33.  font-family: Arial, sans-serif;
  34.  letter-spacing: 1.2px;
  35.  color: #ccc;
  36.  text-align: center;
  37. }
  38.  
  39. /* App Target - This starts hidden until we apply a class to "activate" it */
  40.  
  41. #target {
  42.  opacity: 0;
  43.  visibility: hidden;
  44. }
  45.  
  46. /* Status Messages - These are displayed when we are not rendering ad blocks or Related Search */
  47.  
  48. #pk-status-message {
  49.  height: 75vh;
  50.  width: 100%;
  51.  display: flex;
  52.  flex-direction: column;
  53.  align-items: center;
  54.  justify-content: center;
  55. }
  56.  
  57. /* Sales Box - Default State */
  58.  
  59. #sales-box {
  60.  display: block;
  61.  width: 100%;
  62.  padding: 3px;
  63.  text-align: center;
  64.  text-decoration: none;
  65.  color: #8EABC0;
  66. }
  67.  
  68. #sales-box a {
  69.  display: block;
  70.  width: 100%;
  71.  text-decoration: inherit;
  72.  color: #8EABC0;
  73.  cursor: pointer;
  74. }
  75.  
  76. /* Sales Box - Highlighted State */
  77.  
  78. #sales-box.is-highlighted {
  79.  position: relative;
  80.  z-index: 1;
  81.  background: #032438 linear-gradient(to top, #044368 0%, #000 100%);
  82.  box-shadow: 0 0 15px 0 #000;
  83.  border-bottom: 3px solid #262626;
  84. }
  85.  
  86. #sales-box.is-highlighted a {
  87.  line-height: 1.3;
  88.  display: inline-block;
  89.  font-size: 18px;
  90.  color: #fff;
  91.  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  92.  background: none;
  93. }
  94.  
  95. /* Ellipsis Loader */
  96.  
  97. .pk-loader {
  98.  display: inline-block;
  99.  position: relative;
  100.  width: 80px;
  101.  height: 80px;
  102. }
  103.  
  104. .pk-loader div {
  105.  position: absolute;
  106.  top: 33px;
  107.  width: 13px;
  108.  height: 13px;
  109.  border-radius: 50%;
  110.  background: #ccc;
  111.  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  112. }
  113.  
  114. .pk-loader div:nth-child(1) {
  115.  left: 8px;
  116.  animation: pk-anim-1 0.6s infinite;
  117. }
  118.  
  119. .pk-loader div:nth-child(2) {
  120.  left: 8px;
  121.  animation: pk-anim-2 0.6s infinite;
  122. }
  123.  
  124. .pk-loader div:nth-child(3) {
  125.  left: 32px;
  126.  animation: pk-anim-2 0.6s infinite;
  127. }
  128.  
  129. .pk-loader div:nth-child(4) {
  130.  left: 56px;
  131.  animation: pk-anim-1 0.6s infinite;
  132.  animation-direction: reverse;
  133. }
  134.  
  135. .pk-loader-text {
  136.  position: fixed;
  137.  font-size: 12px;
  138.  right: 20px;
  139.  bottom: 20px;
  140.  font-weight: lighter;
  141. }
  142.  
  143. /* Utilities */
  144.  
  145. .pk-message-title {
  146.  font-size: 2em;
  147.  font-weight: bold;
  148. }
  149.  
  150. .pk-page-ready {
  151.  opacity: 1 !important;
  152.  visibility: visible !important;
  153. }
  154.  
  155. .hide-sales-banner > #sales-banner {
  156.    display: none;
  157. }
  158.  
  159. @media only screen and (max-width: 600px) {
  160.  .hidden-xs {
  161.    opacity: 0;
  162.    visibility: hidden;
  163.  }
  164. }
  165.  
  166. /* Animation */
  167.  
  168. @keyframes pk-anim-1 {
  169.  0% {
  170.      transform: scale(0);
  171.  }
  172.  100% {
  173.      transform: scale(1);
  174.  }
  175. }
  176.  
  177. @keyframes pk-anim-2 {
  178.  0% {
  179.      transform: translate(0, 0);
  180.  }
  181.  100% {
  182.      transform: translate(24px, 0);
  183.  }
  184. }
  185. </style><style>:root {
  186.  --rswidth: 700px;
  187.  --sales-banner-height: 0;
  188. }
  189.  
  190. body, html {
  191.    font-family: sans-serif, 'Arial';
  192.    height: 100%;
  193.    background-color: #2B2B2B;
  194.    margin: 0 !important;
  195.    position: relative;
  196.    overflow-x: hidden;
  197. }
  198.  
  199. #target {
  200.    position: relative;
  201.    height: auto;
  202.    margin: 0 auto !important;
  203. }
  204. main {
  205.    text-align: center;
  206.    margin: 0 auto;
  207.    min-height: 100vh;
  208.    display: flex;
  209.    position: relative;
  210.    z-index: 2;
  211.    align-items: center;
  212.    justify-content: start;
  213.    flex-direction: column;
  214. }
  215. header {
  216.    text-align: center;
  217.    padding: 45px 0;
  218. }
  219. header h1 {
  220.    font-size: 29px;
  221.    color: #ccc;
  222.    text-transform: uppercase;
  223.    margin: 0;
  224. }
  225. main section {
  226.    flex: 1;
  227.    padding: 20px;
  228.    width: 100%;
  229.    display: flex;
  230.    align-items: center;
  231.    justify-content: start;
  232.    flex-direction: column;
  233. }
  234. section .ad-block {
  235.    width: 100%;
  236.    max-width: 500px;
  237.    height: 100%;
  238.  
  239. }
  240. #rs {
  241.    width: 100%;
  242.    max-width: var(--rswidth);
  243.    min-height: 480px;
  244.    height: 100%;
  245. }
  246. footer {
  247.    font-size: 14px;
  248.    text-align: center;
  249.    padding: 30px 0px;
  250.    width: 100%;
  251.    color: #555;
  252. }
  253. footer a {
  254.    color: #555;
  255. }
  256.  
  257. #sales-banner {
  258.    height: var(--sales-banner-height);
  259. }
  260.  
  261. #sales-banner.top {
  262.    margin-bottom: 8px;
  263. }
  264.  
  265. #sales-banner.bottom {
  266.    margin-top: 8px;
  267. }</style></head>
  268. <body><div>
  269.        <div id="sales-box" class="TOP is-highlighted">
  270.          <!--<a href="/listing?utm_source=sales_banner&amp;utm_campaign=URL" target="_blank" rel="noopener">365ACE</a>-->
  271.          <a href="https://www.365ACE.net/?utm_medium=social&utm_source=bet365ace.com" target="_blank" rel="noopener">365ACE</a>
  272.        </div>
  273.      </div>
  274. <div id="target" style="opacity: 0" class="pk-page-ready">
  275.  
  276. <main>
  277.    
  278.      <header>
  279.        <h1><a href="https://www.google.com/search?q=365ace+com">365ACE.COM</a></h1>
  280.    
  281.    <section>
  282.        <div class="ad-block">
  283.            <div class="ads">
  284.                <div id="ad-1"></div>
  285.                <div id="ad-2"></div>
  286.            </div>
  287.        </div>
  288.        <div id="rs" style="height: auto;">
  289.            <div></div>
  290.            <iframe frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true" scrolling="no" width="100%" name="{&quot;name&quot;:&quot;master-1&quot;,&quot;master-1&quot;:{&quot;container&quot;:&quot;rs&quot;,&quot;styleId&quot;:&quot;3113057640&quot;,&quot;personalizedAds&quot;:false,&quot;channel&quot;:&quot;pid-bodis-gcontrol97,pid-bodis-gcontrol112,pid-bodis-gcontrol451,pid-bodis-gcontrol151,pid-bodis-gcontrol162&quot;,&quot;domainName&quot;:&quot;ww25.ace365bet.com&quot;,&quot;fexp&quot;:&quot;21404,17301437,17301439,17301442,17301548,17301266,72717107&quot;,&quot;masterNumber&quot;:1,&quot;number&quot;:3,&quot;pubId&quot;:&quot;dp-bodis01_js&quot;,&quot;role&quot;:&quot;m&quot;,&quot;sct&quot;:&quot;ID=b256061642f9e767:T=1746738643:RT=1746738643:S=ALNI_MbKHhWADECqiVQmzzSij8qXQ57QhA&quot;,&quot;sc_status&quot;:6,&quot;hl&quot;:&quot;en&quot;,&quot;ivt&quot;:true,&quot;resultsPageBaseUrl&quot;:&quot;http://ww25.ace365bet.com/?caf=1&amp;bpt=345&amp;subid1=20250509-2253-43ea-bb74-9a96cf9a9724&quot;,&quot;resultsPageQueryParam&quot;:&quot;query&quot;,&quot;terms&quot;:&quot;online sports betting,live casino games,sports betting odds,mobile betting apps,online gambling site&quot;,&quot;kw&quot;:&quot;online sports betting&quot;,&quot;ie&quot;:&quot;UTF-8&quot;,&quot;maxTermLength&quot;:50,&quot;maxTop&quot;:null,&quot;minTop&quot;:null,&quot;oe&quot;:&quot;UTF-8&quot;,&quot;type&quot;:&quot;relatedsearch&quot;,&quot;linkTarget&quot;:&quot;_blank&quot;,&quot;uiOptimize&quot;:false,&quot;domainRegistrant&quot;:&quot;as-drid-2497786236455022&quot;}}" id="master-1" src="https://syndicatedsearch.goog/afs/ads?adtest=off&amp;psid=3113057640&amp;pcsa=false&amp;channel=pid-bodis-gcontrol97%2Cpid-bodis-gcontrol112%2Cpid-bodis-gcontrol451%2Cpid-bodis-gcontrol151%2Cpid-bodis-gcontrol162&amp;client=dp-bodis01_js&amp;r=m&amp;sct=ID%3Db256061642f9e767%3AT%3D1746738643%3ART%3D1746738643%3AS%3DALNI_MbKHhWADECqiVQmzzSij8qXQ57QhA&amp;sc_status=6&amp;hl=en&amp;ivt=1&amp;rpbu=http%3A%2F%2Fww25.ace365bet.com%2F%3Fcaf%3D1%26bpt%3D345%26subid1%3D20250509-2253-43ea-bb74-9a96cf9a9724&amp;terms=online%20sports%20betting%2Clive%20casino%20games%2Csports%20betting%20odds%2Cmobile%20betting%20apps%2Conline%20gambling%20site&amp;kw=online%20sports%20betting&amp;max_radlink_len=50&amp;type=3&amp;uiopt=false&amp;swp=as-drid-2497786236455022&amp;oe=UTF-8&amp;ie=UTF-8&amp;fexp=21404%2C17301437%2C17301439%2C17301442%2C17301548%2C17301266%2C72717107&amp;format=r3&amp;nocache=2201746795226613&amp;num=0&amp;output=afd_ads&amp;domain_name=ww25.ace365bet.com&amp;v=3&amp;bsl=8&amp;pac=0&amp;u_his=1&amp;u_tz=420&amp;dt=1746795226614&amp;u_w=2560&amp;u_h=1440&amp;biw=1680&amp;bih=1274&amp;psw=1680&amp;psh=1147&amp;frm=0&amp;uio=-&amp;cont=rs&amp;drt=0&amp;jsid=caf&amp;nfp=1&amp;jsv=754937097&amp;rurl=http%3A%2F%2Fww25.ace365bet.com%2F%3Fsubid1%3D20250509-2253-43ea-bb74-9a96cf9a9724&amp;referer=https%3A%2F%2Fwww.google.com%2F" allow="attribution-reporting" title="" style="visibility: visible; height: 363px; display: block;"></iframe></div>
  291.        
  292.    </section>
  293.    <footer>
  294.        <span>Copyright 2025</span>
  295.    <span style="padding:0px 8px;">•</span>
  296.    <a href="https://www.google.com/search?q=365ace+com" target="_blank">Privacy Policy</a>
  297.    <span style="padding:0px 8px;">•</span>
  298.    <a href="https://www.google.com/search?q=365ace+com" target="_blank">Legal</a>
  299.        <p id="imprint-text"></p>
  300.    </footer>
  301. </main>
  302.  
  303. </div>
  304. <script>window.park = "eyJ1dWlkIjoiNDA0ZWU3NzEtNDkyYy00NzIyLTgzNjYtZDIxZjU0MmE3ZThjIiwicGFnZV90aW1lIjoxNzQ2Nzk1MjI1LCJwYWdlX3VybCI6Imh0dHA6Ly93dzI1LmFjZTM2NWJldC5jb20vP3N1YmlkMT0yMDI1MDUwOS0yMjUzLTQzZWEtYmI3NC05YTk2Y2Y5YTk3MjQiLCJwYWdlX21ldGhvZCI6IkdFVCIsInBhZ2VfcmVxdWVzdCI6eyJzdWJpZDEiOiIyMDI1MDUwOS0yMjUzLTQzZWEtYmI3NC05YTk2Y2Y5YTk3MjQifSwicGFnZV9oZWFkZXJzIjp7InJlZmVyZXIiOlsiaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8iXX0sImhvc3QiOiJ3dzI1LmFjZTM2NWJldC5jb20iLCJpcCI6IjE1Ni41OS4xOTUuMjI1In0K";</script>
  305. <script src="/bQAWeazdt.js"></script>
  306.  
  307.  
  308. <script type="text/javascript" src="https://www.google.com/adsense/domains/caf.js?abp=1&amp;bodis=true"></script></body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda