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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Situs Akan Segera Tayang</title>
  7.    <style>
  8.        body {
  9.            display: flex;
  10.            justify-content: center;
  11.            align-items: center;
  12.            height: 100vh;
  13.            margin: 0;
  14.            background-color: #121212;
  15.            color: #f5f5f5;
  16.            font-family: 'Arial', sans-serif;
  17.            text-align: center;
  18.        }
  19.        .container {
  20.            border: 2px solid #f5f5f5;
  21.            padding: 30px;
  22.            border-radius: 10px;
  23.            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  24.        }
  25.        h1 {
  26.            font-size: 2.5rem;
  27.            margin-bottom: 10px;
  28.        }
  29.        p {
  30.            font-size: 1.2rem;
  31.            margin-bottom: 20px;
  32.        }
  33.        .btn {
  34.            display: inline-block;
  35.            background-color: #ff5722;
  36.            color: white;
  37.            padding: 10px 20px;
  38.            text-decoration: none;
  39.            border-radius: 5px;
  40.            font-weight: bold;
  41.            transition: background-color 0.3s ease;
  42.        }
  43.        .btn:hover {
  44.            background-color: #e64a19;
  45.        }
  46.    </style>
  47. </head>
  48. <body>
  49.    <div class="container">
  50.        <h1>Situs Akan Segera Tayang</h1>
  51.        <p>Kami sedang mempersiapkan sesuatu yang menarik untuk Anda! Stay tuned!</p>
  52.        <a href="#" class="btn">Kembali Lagi Nanti</a>
  53.    </div>
  54. </body>
  55. </html>
  56.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda