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://www.plumbers-homefix4you.co.uk/coronavirus-updates-live

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="utf-8" />
  6.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.    <title>404</title>
  8.    <meta name="viewport" content="width=device-width, initial-scale=1">
  9.    <style>
  10.        body,
  11.        html {
  12.            background-color: #014a97;
  13.            width: 100%;
  14.            height: 100%;
  15.            display: flex;
  16.            color: white;
  17.            font-family: sans-serif;
  18.            margin: 0;
  19.            padding: 0;
  20.        }
  21.  
  22.        body::before {
  23.            background: radial-gradient(ellipse 100% 160% at 65% 28%, rgba(0, 0, 0, 0), #000, #000);
  24.            content: "";
  25.            position: absolute;
  26.            top: 0;
  27.            bottom: 0;
  28.            left: 0;
  29.            right: 0;
  30.            opacity: .75;
  31.        }
  32.  
  33.  
  34.        .main {
  35.            width: 100%;
  36.            height: 100%;
  37.            display: flex;
  38.            position: relative;
  39.            z-index: 2;
  40.            justify-content: center;
  41.        }
  42.  
  43.        #errorCode {
  44.            width: 180px;
  45.            max-width: 60%;
  46.            display: inline-block;
  47.            align-self: center;
  48.            fill: white;
  49.            position: relative;
  50.            margin-top: -3em;
  51.        }
  52.  
  53.        .text {
  54.            width: 400px;
  55.            max-width: 80%;
  56.            display: inline-block;
  57.            align-self: center;
  58.            text-align: left;
  59.            width: auto;
  60.            margin-left: 2em;
  61.  
  62.        }
  63.  
  64.        h3 {
  65.            font-weight: normal;
  66.            margin: 0;
  67.            padding: .4em 0;
  68.            margin: .4em 0;
  69.            opacity: .9;
  70.            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  71.        }
  72.  
  73.        h3:last-child {
  74.            border-bottom: none;
  75.        }
  76.  
  77.        @keyframes floorGlow {
  78.            0% {
  79.                opacity: 0;
  80.            }
  81.  
  82.            10% {
  83.                opacity: .3;
  84.            }
  85.  
  86.            15% {
  87.                opacity: .3;
  88.            }
  89.  
  90.            90% {
  91.                opacity: 0;
  92.            }
  93.  
  94.            100% {
  95.                opacity: 0;
  96.            }
  97.        }
  98.  
  99.        @keyframes glow {
  100.  
  101.            0% {
  102.                opacity: 0;
  103.            }
  104.  
  105.            10% {
  106.                opacity: 1;
  107.            }
  108.  
  109.            15% {
  110.                opacity: 1;
  111.            }
  112.  
  113.            90% {
  114.                opacity: 0;
  115.            }
  116.  
  117.            100% {
  118.                opacity: 0;
  119.            }
  120.        }
  121.  
  122.        @keyframes buoyBase {
  123.            0% {
  124.                fill: #245FAF
  125.            }
  126.  
  127.            10% {
  128.                fill: #52E4FF
  129.            }
  130.  
  131.            15% {
  132.                fill: #52E4FF
  133.            }
  134.  
  135.            90% {
  136.                fill: #245FAF
  137.            }
  138.  
  139.            100% {
  140.                fill: #245FAF
  141.            }
  142.        }
  143.  
  144.        @keyframes glassTop {
  145.            0% {
  146.                opacity: .25;
  147.            }
  148.  
  149.            10% {
  150.                opacity: .45;
  151.            }
  152.  
  153.            15% {
  154.                opacity: .45;
  155.            }
  156.  
  157.            90% {
  158.                opacity: .25;
  159.            }
  160.  
  161.            100% {
  162.                opacity: .25;
  163.            }
  164.        }
  165.  
  166.        @keyframes glassLeft {
  167.            0% {
  168.                opacity: .23;
  169.                fill: #E37B62;
  170.            }
  171.  
  172.            10% {
  173.                opacity: .52;
  174.                fill: #ffffff;
  175.            }
  176.  
  177.            15% {
  178.                opacity: .52;
  179.                fill: #ffffff;
  180.            }
  181.  
  182.            90% {
  183.                opacity: .23;
  184.                fill: #E37B62;
  185.            }
  186.  
  187.            100% {
  188.                opacity: .23;
  189.                fill: #E37B62;
  190.            }
  191.        }
  192.  
  193.        @keyframes glassRight {
  194.            0% {
  195.                opacity: .45;
  196.                fill: #4A4FC8;
  197.            }
  198.  
  199.            10% {
  200.                opacity: .75;
  201.                fill: #ffffff;
  202.            }
  203.  
  204.            15% {
  205.                opacity: .75;
  206.                fill: #ffffff;
  207.            }
  208.  
  209.            90% {
  210.                opacity: .45;
  211.                fill: #4A4FC8;
  212.            }
  213.  
  214.            100% {
  215.                opacity: .45;
  216.                fill: #4A4FC8;
  217.            }
  218.        }
  219.  
  220.        @keyframes lightLeft {
  221.            0% {
  222.                fill: #963B3B
  223.            }
  224.  
  225.            10% {
  226.                fill: #FFFFFF
  227.            }
  228.  
  229.            15% {
  230.                fill: #FFFFFF
  231.            }
  232.  
  233.            90% {
  234.                fill: #963B3B
  235.            }
  236.  
  237.            100% {
  238.                fill: #963B3B
  239.            }
  240.        }
  241.  
  242.        @keyframes lightRight {
  243.            0% {
  244.                fill: #840808
  245.            }
  246.  
  247.            10% {
  248.                fill: #FFCBCB
  249.            }
  250.  
  251.            15% {
  252.                fill: #FFCBCB
  253.            }
  254.  
  255.            90% {
  256.                fill: #840808
  257.            }
  258.  
  259.            100% {
  260.                fill: #840808
  261.            }
  262.        }
  263.  
  264.        @keyframes lightTop {
  265.            0% {
  266.                fill: #C36969
  267.            }
  268.  
  269.            10% {
  270.                fill: #FFE5E5
  271.            }
  272.  
  273.            15% {
  274.                fill: #FFE5E5
  275.            }
  276.  
  277.            90% {
  278.                fill: #C36969
  279.            }
  280.  
  281.            100% {
  282.                fill: #C36969
  283.            }
  284.        }
  285.  
  286.        #floorGlow,
  287.        #underGlow {
  288.            animation: floorGlow 1.5s infinite ease-out;
  289.        }
  290.  
  291.        #glow {
  292.            animation: glow 1.5s infinite ease-out;
  293.        }
  294.  
  295.        #buoyBase {
  296.            animation: buoyBase 1.5s infinite ease-out;
  297.        }
  298.  
  299.        #glassTop {
  300.            animation: glassTop 1.5s infinite ease-out;
  301.        }
  302.  
  303.        #glassLeft {
  304.            animation: glassLeft 1.5s infinite ease-out;
  305.        }
  306.  
  307.        #glassRight {
  308.            animation: glassRight 1.5s infinite ease-out;
  309.        }
  310.  
  311.        #lightLeft {
  312.            animation: lightLeft 1.5s infinite ease-out;
  313.        }
  314.  
  315.        #lightRight {
  316.            animation: lightRight 1.5s infinite ease-out;
  317.        }
  318.  
  319.        #lightTop {
  320.            animation: lightTop 1.5s infinite ease-out;
  321.        }
  322.  
  323.  
  324.        @media screen AND (max-width: 560px) {
  325.            .main {
  326.                flex-direction: column;
  327.            }
  328.  
  329.            .text {
  330.                margin-left: 0;
  331.            }
  332.        }
  333.    </style>
  334. </head>
  335.  
  336.  
  337. <body>
  338.    <div class="main">
  339.  
  340.        <svg id="errorCode" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="167"
  341.            height="256" viewBox="0 0 167 256">
  342.            <defs>
  343.                <radialGradient id="radial-gradient" cx="0.5" cy="0.5" r="0.484"
  344.                    gradientTransform="translate(-0.017 0.201) scale(1.034 0.598)" gradientUnits="objectBoundingBox">
  345.                    <stop offset="0" stop-color="#ff2307" />
  346.                    <stop offset="1" stop-color="#f55" stop-opacity="0.031" />
  347.                    <stop offset="1" stop-color="#fff" stop-opacity="0" />
  348.                </radialGradient>
  349.                <radialGradient id="radial-gradient-2" cx="0.5" cy="0.5" r="0.484"
  350.                    gradientTransform="translate(-0.017 0.201) scale(1.034 0.598)" gradientUnits="objectBoundingBox">
  351.                    <stop offset="0" stop-color="#fc1717" />
  352.                    <stop offset="1" stop-color="#fff" stop-opacity="0" />
  353.                </radialGradient>
  354.                <radialGradient id="radial-gradient-3" cx="0.5" cy="0.5" r="0.484"
  355.                    gradientTransform="translate(-0.017 0.201) scale(1.034 0.598)" gradientUnits="objectBoundingBox">
  356.                    <stop offset="0" stop-color="#ff0031" />
  357.                    <stop offset="1" stop-color="red" stop-opacity="0" />
  358.                </radialGradient>
  359.            </defs>
  360.            <g id="Group_905" data-name="Group 905" transform="translate(37.309 58.724)">
  361.                <ellipse id="floorGlow" cx="83.5" cy="93" rx="83.5" ry="93" transform="translate(-37.309 11.276)"
  362.                    opacity="0.274" fill="url(#radial-gradient)" />
  363.                <path id="Path_736" data-name="Path 736" d="M-23478.5,917.739l46.02,26.683,45.8-26.683-45.8-26.271Z"
  364.                    transform="translate(23478.691 -812.724)" fill="#000001" />
  365.                <path id="Path_733" data-name="Path 733" d="M-23478.5,917.739l46.02,26.683V917.739l-46.045-26.016Z"
  366.                    transform="translate(23478.691 -839.724)" fill="#170f71" />
  367.                <path id="Path_734" data-name="Path 734" d="M-23432.691,918.014l.215,26.408,45.8-26.683v-26Z"
  368.                    transform="translate(23478.691 -839.724)" fill="#02063c" />
  369.                <path id="buoyBase" d="M-23478.5,917.739l46.02,26.683,45.8-26.683-45.8-26.271Z"
  370.                    transform="translate(23478.691 -865.724)" fill="#52e4ff" />
  371.                <path id="Path_739" data-name="Path 739" d="M-23432.691,918.014l.215,26.408,45.8-26.683v-26Z"
  372.                    transform="translate(23432.691 -891.724)" fill="#4a9ac8" opacity="0.45" />
  373.                <path id="Path_741" data-name="Path 741" d="M-23478.5,917.739l46.02,26.683V917.739l-46.045-26.016Z"
  374.                    transform="translate(23524.691 -891.724)" fill="#62c4e3" opacity="0.23" />
  375.                <ellipse id="underGlow" cx="29.5" cy="30.5" rx="29.5" ry="30.5" transform="translate(16.691 25.276)"
  376.                    fill="url(#radial-gradient-2)" />
  377.                <ellipse id="glow" cx="48.5" cy="93" rx="48.5" ry="93" transform="translate(-2.309 -58.724)"
  378.                    fill="url(#radial-gradient-3)" />
  379.                <path id="lightLeft" d="M-23478.5,895.939l7.832,4.542.023-31.013-7.8-4.472Z"
  380.                    transform="translate(23516.789 -843.753)" fill="#fff" />
  381.                <path id="lightRight" d="M-23470.7,869.488l.035,30.993,7.8-4.542V865.016Z"
  382.                    transform="translate(23516.789 -843.753)" fill="#ffcbcb" />
  383.                <path id="lightTop" d="M-23478.5,895.939l7.832,4.542,7.8-4.542-7.8-4.472Z"
  384.                    transform="translate(23516.789 -874.753)" fill="#ffe5e5" />
  385.                <path id="glassRight" d="M-23432.691,918.014l.215,26.408,45.8-26.683v-26Z"
  386.                    transform="translate(23478.691 -865.724)" fill="#fff" opacity="0.75" />
  387.                <path id="glassLeft" d="M-23478.5,917.739l46.02,26.683V917.739l-46.045-26.016Z"
  388.                    transform="translate(23478.691 -865.724)" fill="#fff" opacity="0.522" />
  389.                <path id="glassTop" d="M-23478.5,917.739l46.02,26.683,45.8-26.683-45.8-26.271Z"
  390.                    transform="translate(23478.691 -891.724)" fill="#fff" opacity="0.45" />
  391.            </g>
  392.        </svg>
  393.  
  394.        <!-- <h1>404</h1> -->
  395.        <div class="text">
  396.            <h3>Page or file not found</h3>
  397.            <h3>Seite oder Datei nicht gefunden</h3>
  398.            <h3>Página o archivo no encontrado</h3>
  399.            <h3>Page ou fichier introuvable</h3>
  400.            <h3>Pagina non trovata</h3>
  401.            <h3>Sidan hittades inte</h3>
  402.            <h3>Pagina niet gevonden</h3>
  403.        </div>
  404.    </div>
  405. </body>
  406.  
  407. </html>
  408.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda