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://iok.la

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  7.    <title>花生壳动态域名解析服务</title>
  8.    <link rel="stylesheet" href="">
  9. </head>
  10. <style>
  11.    body {
  12.        margin: 0 0;
  13.    }
  14.  
  15.    p {
  16.        margin: 0;
  17.    }
  18.  
  19.    .big-box {
  20.        width: 100vw;
  21.        height: 100vh;
  22.        background-image: url(./img/bj.jpg);
  23.        background-size: 100% 100%;
  24.    }
  25.  
  26.    .head-box {
  27.        position: fixed;
  28.        top: 0;
  29.        height: 64px;
  30.        width: 100%;
  31.        display: flex;
  32.        align-items: center;
  33.        justify-content: center;
  34.    }
  35.  
  36.    .head-img {
  37.        width: 1380px;
  38.  
  39.    }
  40.    .logo_img {
  41.        width: 88px;
  42.        height: 32px;
  43.    }
  44.    .main-box {
  45.        width: 100%;
  46.        height: 100%;
  47.        display: flex;
  48.        align-items: center;
  49.        justify-content: center;
  50.    }
  51.  
  52.    .content-box {
  53.        width: 1380px;
  54.        text-align: center;
  55.    }
  56.  
  57.    .title {
  58.        font-size: 34px;
  59.        line-height: 48px;
  60.        color: #FFFFFF;
  61.        margin-bottom: 24px;
  62.    }
  63.  
  64.    .content {
  65.        font-size: 18px;
  66.        line-height: 180%;
  67.        color: #FFFFFF;
  68.        opacity: 0.8;
  69.    }
  70.  
  71.    .more {
  72.        margin: 60px auto 0 auto;
  73.        width: 220px;
  74.        padding: 18px 0px;
  75.        text-align: center;
  76.        background: #FF0042;
  77.        border: 1px solid #FF0042;
  78.        box-sizing: border-box;
  79.        border-radius: 4px;
  80.        font-size: 16px;
  81.        line-height: 16px;
  82.        color: #FFFFFF;
  83.        display: block;
  84.        text-decoration: none;
  85.    }
  86.  
  87.    .foot-box {
  88.        height: 64px;
  89.        position: fixed;
  90.        bottom: 0;
  91.        width: 100%;
  92.        display: flex;
  93.        align-items: center;
  94.        justify-content: center;
  95.    }
  96.  
  97.    .foot-box p {
  98.        color: #FFFFFF;
  99.        font-size: 14px;
  100.        line-height: 20px;
  101.    }
  102.  
  103.    .foot-link {
  104.        color: #fff;
  105.        text-decoration: none;
  106.    }
  107.  
  108.    @media (min-width:1380px) {}
  109. </style>
  110.  
  111. <body>
  112.    <div class="big-box">
  113.        <div class="head-box">
  114.            <div class="head-img">
  115.                <img src="./img/logo.png" class="logo_img" />
  116.            </div>
  117.        </div>
  118.        <div class="main-box">
  119.            <div class="content-box">
  120.                <p class="title">连接无处不在</p>
  121.                <p class="content">
  122.                    建立人与设备、设备与设备、网络与网络的安全连接<br />自主创新打造了向日葵远程控制、蒲公英智能组网、花生壳内网穿透三大品牌服务,提供从智能通信产品到垂直应用的一站式解决方案</p>
  123.                <a class="more" href='https://www.oray.com/' target="_blank">了解更多</a>
  124.            </div>
  125.        </div>
  126.        <div class="foot-box">
  127.            <p>
  128.                <a class="foot-link" id="recordNo" href='https://beian.miit.gov.cn' target="_blank">粤ICP备14062640号-10</a>
  129.                <span class="copyRight_footer"></span>
  130.            </p>
  131.        </div>
  132.    </div>
  133. </body>
  134. <!--有中文域名 需要解码-->
  135. <script src="./js/punycodeModule.js">
  136. </script>
  137. <!--域名解析-->
  138. <script src="https://cdn.orayimg.com/home/js/domain_icp-1.0.0.js">
  139. </script>
  140.  
  141.  
  142. </html>
  143.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda