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://bit.ly/3lKChm6

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="UTF-8" />
  6.  
  7.    <title>Pundit</title>
  8.  
  9.    <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
  10.    <script src="https://apis.google.com/js/client:platform.js" async defer></script>
  11.  
  12.    <!-- Css -->
  13.  
  14.    <link rel="stylesheet" href="https://app.thepund.it/css/style.css" />
  15.    <link rel="stylesheet" href="https://app.thepund.it/css/login.css" />
  16.    <link rel="stylesheet" href="https://app.thepund.it/css/temporary.css" />
  17.  
  18.    <!-- Mobile view -->
  19.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  20.  
  21.    <!-- Favicon -->
  22.    <link rel="apple-touch-icon" sizes="57x57" href="https://app.thepund.it/favicon/apple-touch-icon-57x57.png">
  23.    <link rel="apple-touch-icon" sizes="60x60" href="https://app.thepund.it/favicon/apple-touch-icon-60x60.png">
  24.    <link rel="apple-touch-icon" sizes="72x72" href="https://app.thepund.it/favicon/apple-touch-icon-72x72.png">
  25.    <link rel="apple-touch-icon" sizes="76x76" href="https://app.thepund.it/favicon/apple-touch-icon-76x76.png">
  26.    <link rel="apple-touch-icon" sizes="114x114" href="https://app.thepund.it/favicon/apple-touch-icon-114x114.png">
  27.    <link rel="apple-touch-icon" sizes="120x120" href="https://app.thepund.it/favicon/apple-touch-icon-120x120.png">
  28.    <link rel="apple-touch-icon" sizes="144x144" href="https://app.thepund.it/favicon/apple-touch-icon-144x144.png">
  29.    <link rel="apple-touch-icon" sizes="152x152" href="https://app.thepund.it/favicon/apple-touch-icon-152x152.png">
  30.    <link rel="apple-touch-icon" sizes="180x180" href="https://app.thepund.it/favicon/apple-touch-icon-180x180.png">
  31.    <link rel="icon" type="image/png" href="https://app.thepund.it/favicon-32x32.png" sizes="32x32">
  32.    <link rel="icon" type="image/png" href="https://app.thepund.it/favicon-194x194.png" sizes="194x194">
  33.    <link rel="icon" type="image/png" href="https://app.thepund.it/favicon-96x96.png" sizes="96x96">
  34.    <link rel="icon" type="image/png" href="https://app.thepund.it/favicon/android-chrome-192x192.png" sizes="192x192">
  35.    <link rel="icon" type="image/png" href="https://app.thepund.it/favicon-16x16.png" sizes="16x16">
  36.    <link rel="manifest" href="https://app.thepund.it/favicon/manifest.json">
  37.    <link rel="mask-icon" href="https://app.thepund.it/favicon/safari-pinned-tab.svg" color="#5bbad5">
  38.    <link rel="shortcut icon" href="https://app.thepund.it/favicon.ico">
  39.        <meta name="theme-color" content="#ffffff">
  40.    <meta name="apple-mobile-web-app-title" content="Pundit">
  41.    <meta name="application-name" content="Pundit">
  42.    <meta name="msapplication-TileImage" content="https://app.thepund.it/favicon/mstile-144x144.png">
  43.    <meta name="msapplication-TileColor" content="#da532c">
  44.    <meta name="msapplication-config" content="https://app.thepund.it/favicon/browserconfig.xml">
  45.    <!-- END // Favicon -->
  46.  
  47.    <!-- fontawesome kit -->
  48.    <!-- <script src="https://kit.fontawesome.com/5864f6eef9.js" crossorigin="anonymous"></script> -->
  49.  
  50.    <style>
  51.        .loading {
  52.            pointer-events: none;
  53.            opacity: 0.5;
  54.        }
  55.    </style>
  56.  
  57.    <script>
  58.        var throwPageLoadedEvent = true;
  59.        var postMessageHost = "*";
  60.  
  61.    </script>
  62.    <script src="https://apis.google.com/js/platform.js"></script>
  63.    </head>
  64.  
  65. <body class="pnd-login pnd-dashboard-login">
  66.  
  67.    <div class="pnd-login-content-wrapper">
  68.  
  69.        <div class="pnd-login-content">
  70.  
  71.            <div class="pnd-form-logo"></div>
  72.            
  73.            
  74.            <form id="loginForm" class="pnd-form" method="POST" action="https://app.thepund.it/login">
  75.  
  76.                <input type="hidden" name="_token" value="JwEmB2QgNLNriLmSKqkI3lH2DwG42HLL4KnwAGpe">                <h1>Login to your Pundit account</h1>
  77.                <!--<h2>Insert your email and password or log in with your Google or Facebook account</h2>-->
  78.                
  79.                
  80.                <div class="pnd-form-block pnd-text-align-left">
  81.  
  82.                    <label for="username" class="required">Email</label>
  83.                    <input type="email" id="email" name="email" value="" placeholder="Insert your email..." required autocomplete="email" autofocus>
  84.  
  85.                </div>
  86.  
  87.                <div class="pnd-form-block pnd-text-align-left">
  88.  
  89.                    <label for="password" class="required">Password</label>
  90.                    <input type="password" id="password" name="password" placeholder="..and your password" required autocomplete="current-password">
  91.  
  92.                </div>
  93.  
  94.                <div class="pnd-btn pnd-btn-medium pnd-btn-margin-top pnd-btn-width-140" id="_submit">
  95.  
  96.                    <div class="slim-loader">
  97.                        <span id="loginButton" onclick="$('#loginForm').submit();">Login</span>
  98.                    </div>
  99.                </div>
  100.  
  101.                <hr />
  102.  
  103.                <div class="pnd-form-block pnd-small">
  104.                    <p>
  105.                                                <a href="https://app.thepund.it/password/reset">Lost your password? No panic :)</a>
  106.                                            </p>
  107.                </div>
  108.  
  109.                <hr />
  110.  
  111.                <div id="gplusButton" class="pnd-btn pnd-btn-social pnd-btn-icon pnd-btn-google">
  112.                    <!--<i class="fa fa-google-plus"></i>-->
  113.                    <span onclick="window.location.href='https://app.thepund.it/login/google'">Log in with Google</span>
  114.                </div>
  115.  
  116.                <div id=" fbButton" class="pnd-btn pnd-btn-social pnd-btn-icon pnd-btn-facebook">
  117.                    <!--<i class="fa fa-facebook"></i>-->
  118.                    <span onclick="window.location.href='https://app.thepund.it/login/facebook'">Log in with Facebook</span>
  119.  
  120.                </div>
  121.                <div id="egiButton" class="pnd-btn pnd-btn-social pnd-btn-icon pnd-btn-egi">
  122.                    <span onclick="window.location.href='https://app.thepund.it/login/egi'">Log in with EGI</span>
  123.  
  124.                </div>
  125.  
  126.                <hr />
  127.  
  128.                <p>Don' t have a <strong>Pundit</strong>
  129.                    account yet?
  130.  
  131.                    <br />
  132.                    <a href="/register">Register here</a>
  133.                </p>
  134.            </form>
  135.  
  136.        </div>
  137.        <!-- END // .pnd-login-content -->
  138.  
  139.        <!-- Login footer -->
  140.        <p class="pnd-login-footer">
  141.            Pundit &copy; 2024 &bull; <a href="http://thepund.it/" target="_blank">Pundit web site</a> &bull;
  142.            <a href="http://thepund.it/annotator" target="_blank">Get Pundit Annotator</a>
  143.        </p>
  144.        <!-- END // Login footer -->
  145.  
  146.    </div>
  147.    <!-- END // .pnd-login-content-wrapper -->
  148.    <script>
  149.        span = document.getElementsByTagName('span');
  150.        for (var i = 0; i < span.length; i++) {
  151.            span[i].addEventListener('click', addStyle);
  152.        }
  153.  
  154.        function addStyle() {
  155.            document.body.style.cursor = 'wait';
  156.            document.getElementById('loginButton').classList.add('loading');
  157.            document.getElementById('gplusButton').classList.add('loading');
  158.            document.getElementById(' fbButton').classList.add('loading');
  159.            document.getElementById('egiButton').classList.add('loading');
  160.            setInterval(removeLoading, 10000);
  161.        }
  162.  
  163.        function removeLoading() {
  164.            document.body.style.cursor = 'default';
  165.            document.getElementById('loginButton').classList.remove('loading');
  166.            document.getElementById('gplusButton').classList.remove('loading');
  167.            document.getElementById(' fbButton').classList.remove('loading');
  168.            document.getElementById('egiButton').classList.remove('loading');
  169.        }
  170.    </script>
  171.  
  172. </body>
  173.  
  174.    
  175.  
  176. </html>
  177.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda