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://vanitytron.org/

  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
  7.    <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.    <title>波场靓号地址生成器 | TRON靓号 | TRC20靓号 | 波场靓号</title>
  9.    <meta property="og:title" content="波场靓号地址生成器_精准快速生成TRON & TRC20钱包靓号地址 - 波场靓号">
  10.    <meta property="og:locale" content="zh_CN">
  11.    <meta name="description" content="波场靓号是一款用来批量生成波场钱包靓号地址的Web3工具,可精准快速的生成指定TRC20靓号、TRX靓号以及USDT钱包靓号而无需安装任何应用。">
  12.    <meta name="keywords" content="波场靓号,trc20靓号,波场靓号钱包,靓号钱包,波场靓号生成器,靓号生成,钱包靓号,USDT靓号,TRX靓号,tron靓号,靓号采集器,波场钱包,批量生成钱包">
  13.    <meta property="og:description" content="波场靓号是一款用来批量生成波场钱包靓号地址的Web3工具,可精准快速的生成指定TRC20靓号、TRX靓号以及USDT钱包靓号而无需安装任何应用。">
  14.    <meta property="og:site_name" content="波场靓号地址生成器_精准快速生成TRC20钱包靓号地址 - 波场靓号">
  15.    <meta property="og:chain_name" content="Tron">
  16.    <meta property="og:position_x" content="49"/>
  17.    <meta property="og:position_y" content="68617665"/>
  18.    <meta property="og:position_z" content="676f74"/>
  19.    <meta property="og:position_t" content="796f75"/>
  20.    <link rel="apple-touch-icon" sizes="180x180" href="images/tron/apple-touch-icon.png">
  21.    <link rel="icon" type="image/png" sizes="32x32" href="/images/tron/favicon-32x32.png"/>
  22.    <link rel="icon" type="image/png" sizes="16x16" href="images/tron/favicon-16x16.png">
  23.    <link href="static/trx/css/app.fcea2cc9.css" rel="preload" as="style">
  24.    <link href="static/trx/css/chunk-vendors.be5edc28.css" rel="preload" as="style">
  25.    <link href="static/trx/js/app.b36a0de5.js" rel="preload" as="script">
  26.    <link href="static/trx/js/chunk-vendors.9b0cf2e5.js" rel="preload" as="script">
  27.    <link href="static/trx/css/chunk-vendors.be5edc28.css" rel="stylesheet">
  28.    <link href="static/trx/css/app.fcea2cc9.css" rel="stylesheet">
  29.    <link href="static/trx/css/chunk-vendors.be5edc28.css" rel="stylesheet">
  30.    <link rel="icon" type="image/png" sizes="32x32" href="images/tron/favicon-32x32.png">
  31.    <link rel="icon" type="image/png" sizes="16x16" href="images/tron/favicon-16x16.png">
  32.    <meta name="theme-color" content="#c63127">
  33.    <meta name="apple-mobile-web-app-capable" content="no">
  34.    <meta name="apple-mobile-web-app-status-bar-style" content="default">
  35.    <meta name="apple-mobile-web-app-title" content="波场靓号地址生成器_精准快速生成TRC20钱包靓号地址 - 波场靓号">
  36.    <link rel="apple-touch-icon" href="images/tron/apple-touch-icon-152x152.png">
  37.  
  38.    <style>#loading-mask {
  39.        position: fixed;
  40.        left: 0;
  41.        top: 0;
  42.        height: 100%;
  43.        width: 100%;
  44.        background: #fff;
  45.        user-select: none;
  46.        z-index: 9999;
  47.        overflow: hidden
  48.    }
  49.  
  50.    .loading-wrapper {
  51.        position: absolute;
  52.        top: 50%;
  53.        left: 50%;
  54.        transform: translate(-50%, -100%)
  55.    }
  56.  
  57.    .loading-dot {
  58.        animation: antRotate 1.2s infinite linear;
  59.        transform: rotate(45deg);
  60.        position: relative;
  61.        display: inline-block;
  62.        font-size: 64px;
  63.        width: 64px;
  64.        height: 64px;
  65.        box-sizing: border-box
  66.    }
  67.  
  68.    .loading-dot i {
  69.        width: 22px;
  70.        height: 22px;
  71.        position: absolute;
  72.        display: block;
  73.        background-color: #1890ff;
  74.        border-radius: 100%;
  75.        transform: scale(.75);
  76.        transform-origin: 50% 50%;
  77.        opacity: .3;
  78.        animation: antSpinMove 1s infinite linear alternate
  79.    }
  80.  
  81.    .loading-dot i:nth-child(1) {
  82.        top: 0;
  83.        left: 0
  84.    }
  85.  
  86.    .loading-dot i:nth-child(2) {
  87.        top: 0;
  88.        right: 0;
  89.        -webkit-animation-delay: .4s;
  90.        animation-delay: .4s
  91.    }
  92.  
  93.    .loading-dot i:nth-child(3) {
  94.        right: 0;
  95.        bottom: 0;
  96.        -webkit-animation-delay: .8s;
  97.        animation-delay: .8s
  98.    }
  99.  
  100.    .loading-dot i:nth-child(4) {
  101.        bottom: 0;
  102.        left: 0;
  103.        -webkit-animation-delay: 1.2s;
  104.        animation-delay: 1.2s
  105.    }
  106.  
  107.    @keyframes antRotate {
  108.        to {
  109.            -webkit-transform: rotate(405deg);
  110.            transform: rotate(405deg)
  111.        }
  112.    }
  113.  
  114.    @-webkit-keyframes antRotate {
  115.        to {
  116.            -webkit-transform: rotate(405deg);
  117.            transform: rotate(405deg)
  118.        }
  119.    }
  120.  
  121.    @keyframes antSpinMove {
  122.        to {
  123.            opacity: 1
  124.        }
  125.    }
  126.  
  127.    @-webkit-keyframes antSpinMove {
  128.        to {
  129.            opacity: 1
  130.        }
  131.    }</style>
  132.  
  133.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-4S33C5ZLSF"></script>
  134.    <script>
  135.        window.dataLayer = window.dataLayer || [];
  136.        function gtag(){dataLayer.push(arguments);}
  137.        gtag('js', new Date());
  138.        gtag('config', 'G-4S33C5ZLSF');
  139.    </script>
  140. </head>
  141.  
  142. <body>
  143. <div id="app">
  144.    <div id="loading-mask">
  145.        <div class="loading-wrapper"><span class="loading-dot loading-dot-spin"><i></i><i></i><i></i><i></i></span>
  146.        </div>
  147.    </div>
  148. </div>
  149.  
  150. <script src="static/trx/js/chunk-vendors.9b0cf2e5.js"></script>
  151. <script src="static/trx/js/app.b36a0de5.js"></script>
  152. <script disable-devtool-auto src='static/js/pnltgvuzcz.js'></script>
  153. <script src="static/js/qqaettmvss.js"></script>
  154. </body>
  155.  
  156. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda