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://palmstreetfilms.com

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Selamat Datang</title>
  7.    <style>
  8.        body {
  9.            font-family: Arial, sans-serif;
  10.            text-align: center;
  11.            margin-top: 50px;
  12.        }
  13.        h1 {
  14.            color: #2c3e50;
  15.        }
  16.        p {
  17.            color: #34495e;
  18.            font-size: 18px;
  19.        }
  20.    </style>
  21. </head>
  22. <body>
  23.    <h1>Selamat Datang ke Website Saya!</h1>
  24.    <p>Terima kasih telah mengunjungi situs ini.</p>
  25. </body>
  26. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda