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://cgireunion.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>Server Dihentikan</title>
  7.    <style>
  8.        body {
  9.            display: flex;
  10.            justify-content: center;
  11.            align-items: center;
  12.            height: 100vh;
  13.            background-color: #f8d7da;
  14.            color: #721c24;
  15.            font-family: Arial, sans-serif;
  16.            text-align: center;
  17.        }
  18.        .container {
  19.            border: 1px solid #f5c6cb;
  20.            padding: 20px;
  21.            border-radius: 5px;
  22.            background-color: #f8d7da;
  23.        }
  24.        h1 {
  25.            font-size: 2em;
  26.        }
  27.        p {
  28.            font-size: 1.2em;
  29.        }
  30.    </style>
  31. </head>
  32. <body>
  33.    <div class="container">
  34.        <h1>Server Dihentikan</h1>
  35.        <p>Maaf, server saat ini tidak tersedia. Silakan coba lagi nanti.</p>
  36.    </div>
  37. </body>
  38. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda