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://147.139.194.103

  1. <!doctype html>
  2. <title>Custom Homepage</title>
  3. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
  4. <style>
  5.  html, body { padding: 0; margin: 0; width: 100%; height: 100%; }
  6.  * {box-sizing: border-box;}
  7.  body { text-align: center; padding: 0; background: #1abc9c; color: #fff; font-family: Open Sans; }
  8.  h1 { font-size: 50px; font-weight: 100; text-align: center;}
  9.  body { font-family: Open Sans; font-weight: 100; font-size: 20px; color: #fff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
  10.  article { display: block; width: 700px; padding: 50px; margin: 0 auto; }
  11.  a { color: #fff; font-weight: bold;}
  12.  a:hover { text-decoration: none; }
  13.  svg { width: 75px; margin-top: 1em; }
  14. </style>
  15.  
  16. <article>
  17.    <h1>Halo, ini adalah halaman custom</h1>
  18.    <div>
  19.        <p>Anda dapat mengubah halaman ini pada folder <b>views/custom_homepage.ejs</b></p>
  20.        <p>Pastikan Anda memahami HTML dan CSS</p>
  21.        <p>Powered By WHAPI</p>
  22.    </div>
  23. </article>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda