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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5. <!--让iframe自适应移动端或者pc端 -->
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>2024青春无限</title>
  8.    <style>
  9.        /* 设置body和html的高度为100%,以便于iFrame可以扩展到全屏 */
  10.        html, body {
  11.            margin: 0;
  12.            padding: 0;
  13.            width: 100%;
  14.            height: 100%;
  15.            overflow: hidden; /* 防止滚动条出现 */
  16.        }
  17.  
  18.        /* 设置iFrame样式,使其占满整个屏幕 */
  19.        .fullscreen-iframe {
  20.            position: absolute;
  21.            left: 0;
  22.            right: 0;
  23.            bottom: 0;
  24.            top: 0;
  25.            border: none; /* 移除边框 */
  26.            width: 100%; /* 宽度设置为100% */
  27.            height: 100%; /* 高度设置为100% */
  28.        }
  29.    </style>
  30. <!--   <script>
  31.     var _czc = _czc || [];
  32.     (function () {
  33.     var um = document.createElement("script");
  34.     um.src = "https://s9.cnzz.com/z.js?id=1281356288&async=1";
  35.     var s = document.getElementsByTagName("script")[0];
  36.     s.parentNode.insertBefore(um, s);
  37.     })();
  38. </script>
  39. <script type="text/javascript">window.location.href = "http://www.jiuyou839.net";</script> -->
  40. </head>
  41. <body>
  42.    <!-- 创建一个全屏的iFrame -->
  43.    <iframe src="./main.html" class="fullscreen-iframe" style="max-width: 100%;max-height: 100%;border: none;overflow: hidden;">
  44.        <!-- 为不支持iFrame的浏览器提供一个备选内容 -->
  45.        <p>您的浏览器不支持iFrame。</p>
  46.    </iframe>
  47. </body>
  48. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda