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://oneandfree.org.au/community/profile/seoganteng/

  1. <!doctype html>
  2. <html class="no-js">
  3. <head>
  4.    <title>Maintenance</title>
  5.    <meta charset="utf-8">
  6.    <link href="https://mwp-orion-cdn-prod.s3.us-west-2.amazonaws.com/fonts/open-sans-min.css" rel="stylesheet" type="text/css">
  7.    <style>
  8.        html, body {
  9.            margin: 0;
  10.            background-color: #ddac27;
  11.            height: 100%;
  12.            font-family: "Open Sans", arial, sans-serif;
  13.        }
  14.        .main-image {}
  15.        .main-image img {
  16.            margin: 30px auto;
  17.            display: block;
  18.            max-width: 600px;
  19.            width: 100%;
  20.        }
  21.        .content-wrapper {
  22.            background-color: #323539;
  23.            color: #fff;
  24.            overflow: hidden;
  25.            padding: 30px;
  26.        }
  27.        .content-wrapper p {
  28.            text-align: center;
  29.            margin-bottom: 5px;
  30.            margin-top: 0;
  31.        }
  32.        .content-wrapper h1 {
  33.            text-align: center;
  34.            margin-top: 0;
  35.        }
  36.        .main-container{
  37.            display: table;
  38.            width: 100%;
  39.            height: 100%;
  40.        }
  41.        .main-content {
  42.            display: table-cell;
  43.            vertical-align:middle;
  44.        }
  45.    </style>
  46. </head>
  47. <body>
  48. <div class="main-container">
  49.    <div class="main-content">
  50.        <div class="main-image">
  51.            <img src="https://cdn.managewp.com/maintenance/v1/maintenance.png" alt="">
  52.        </div>
  53.        <div class="content-wrapper">
  54.            <h1>Website Under Maintenance!</h1>
  55.            <p>We are performing scheduled maintenance.</p>
  56.            <p>We should be back online shortly.</p>
  57.        </div>
  58.    </div>
  59. </div>
  60. </body>
  61. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda