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://feeds.feedburner.com/insideweb/rss

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.        <meta charset="UTF-8">
  5.        <meta http-equiv="X-UA-Compatible" content="IE=8; IE=EDGE">
  6.        <meta name="viewport" content="width=device-width, initial-scale=1">
  7.        <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  8.        <style type="text/css">
  9.            body {
  10.                height: 100%;
  11.                font-family: Roboto, Helvetica, Arial, sans-serif;
  12.                color: #6a6a6a;
  13.                margin: 0;
  14.                display: flex;
  15.                align-items: center;
  16.                justify-content: center;
  17.            }
  18.            input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
  19.                color: #262626;
  20.                vertical-align: baseline;
  21.                margin: .2em;
  22.                border-style: solid;
  23.                border-width: 1px;
  24.                border-color: #a9a9a9;
  25.                background-color: #fff;
  26.                box-sizing: border-box;
  27.                padding: 2px .5em;
  28.                appearance: none;
  29.                border-radius: 0;
  30.            }
  31.            input:focus {
  32.                border-color: #646464;
  33.                box-shadow: 0 0 1px 0 #a2a2a2;
  34.                outline: 0;
  35.            }
  36.            button {
  37.                padding: .5em 1em;
  38.                border: 1px solid;
  39.                border-radius: 3px;
  40.                min-width: 6em;
  41.                font-weight: 400;
  42.                font-size: .8em;
  43.                cursor: pointer;
  44.            }
  45.            button.primary {
  46.                color: #fff;
  47.                background-color: rgb(47, 113, 178);
  48.                border-color: rgb(34, 103, 173);
  49.            }
  50.            .message-container {
  51.                height: 500px;
  52.                width: 600px;
  53.                padding: 0;
  54.                margin: 10px;
  55.            }
  56.            .logo {
  57.                background: url(/XX/YY/ZZ/CI/MGPGHGPGPFGHDDPFGGHGFHBGCHEGPFBGAHAH) no-repeat left center;
  58.                height: 267px;
  59.                object-fit: contain;
  60.            }
  61.            table {
  62.                background-color: #fff;
  63.                border-spacing: 0;
  64.                margin: 1em;
  65.            }
  66.            table > tbody > tr > td:first-of-type:not([colspan]) {
  67.                white-space: nowrap;
  68.                color: rgba(0,0,0,.5);
  69.            }
  70.            table > tbody > tr > td:first-of-type {
  71.                vertical-align: top;
  72.            }
  73.            table > tbody > tr > td {
  74.                padding: .3em .3em;
  75.            }
  76.            .field {
  77.                display: table-row;
  78.            }
  79.            .field > :first-child {
  80.                display: table-cell;
  81.                width: 20%;
  82.            }
  83.            .field.single > :first-child {
  84.                display: inline;
  85.            }
  86.            .field > :not(:first-child) {
  87.                width: auto;
  88.                max-width: 100%;
  89.                display: inline-flex;
  90.                align-items: baseline;
  91.                virtical-align: top;
  92.                box-sizing: border-box;
  93.                margin: .3em;
  94.            }
  95.            .field > :not(:first-child) > input {
  96.                width: 230px;
  97.            }
  98.            .form-footer {
  99.                display: inline-flex;
  100.                justify-content: flex-start;
  101.            }
  102.            .form-footer > * {
  103.                margin: 1em;
  104.            }
  105.            .text-scrollable {
  106.                overflow: auto;
  107.                height: 150px;
  108.                border: 1px solid rgb(200, 200, 200);
  109.                padding: 5px;
  110.                font-size: 1em;
  111.            }
  112.            .text-centered {
  113.                text-align: center;
  114.            }
  115.            .text-container {
  116.                margin: 1em 1.5em;
  117.            }
  118.            .flex-container {
  119.                display: flex;
  120.            }
  121.            .flex-container.column {
  122.                flex-direction: column;
  123.            }
  124.        </style>
  125.        <title>Attack Detected</title>
  126.    </head>
  127.    <body><div class="message-container">
  128.    <div class="logo"></div>
  129.    <h1>Blocked because of an intrusion attack</h1>
  130.    <p>Your computer has been blocked because an intrusion attack originating from your system was detected. For more information, contact the system administrator.</p>
  131. </div></body>
  132. </html>
  133.  
  134.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda