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://hostelkzn.xyz/

  1. <!DOCTYPE html>
  2.  
  3. <style>
  4.  
  5. @import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
  6. :root {
  7.  --blue: #0e0620;
  8.  --white: #fff;
  9.  --green: #2ccf6d;
  10.  --navy: #141946;
  11. }
  12.  
  13. .material-symbols-outlined {
  14.  background-color: #06BEFF;
  15.  border-radius: 25px;
  16.  margin-left: 20px;
  17.  font-variation-settings:
  18.  'FILL' 0,
  19.  'wght' 400,
  20.  'GRAD' 0,
  21.  'opsz' 48
  22. }
  23.  
  24. html,
  25. body {
  26.  height: 100%;
  27. }
  28.  
  29. body {
  30.  background: var(--navy);
  31.  display: flex;
  32.  align-items: center;
  33.  justify-content: center;
  34.  font-family: "Montserrat";
  35.  color: var(--blue);
  36.  font-size: 1em;
  37. }
  38.  
  39. button {
  40.  font-family: "Nunito Sans";
  41. }
  42. .explanation{
  43.  display: flex;
  44.  flex-direction: row;
  45.  justify-content: space-between;
  46.  align-items: center;
  47.  padding: 1px;
  48.  gap: 5px;
  49.  background: rgba(255, 255, 255, 0.1);
  50.  border-radius: 11px;
  51. }
  52.  
  53. .message{
  54.  width: 90%;
  55.  font-family: 'Open Sans';
  56.  font-weight: 400;
  57.  font-size: 14px;
  58.  line-height: 22px;
  59.  color: #FFFFFF;
  60.  flex: none;
  61.  order: 1;
  62.  flex-grow: 0;
  63.  padding-top: 9px;
  64. }
  65.  
  66. h1 {
  67.  font-size: 3em;
  68.  margin: 15px 0px;
  69.  font-weight: bold;
  70. }
  71.  
  72. h2 {
  73.  font-weight: bold;
  74. }
  75.  
  76. @media screen and (max-width: 768px) {
  77.  body {
  78.    display: block;
  79.  }
  80.  
  81.  .container {
  82.    margin-top: 70px;
  83.    margin-bottom: 70px;
  84.  }
  85.  
  86.  img {
  87.    margin-left: 0px!important;
  88.  }
  89.  
  90.  .judul {
  91.    margin-left: 50px!important;
  92.  }
  93. }
  94.  
  95. </style>
  96.  
  97. <html lang="en" >
  98. <head>
  99.  <meta charset="UTF-8">
  100.  <title>Hosting Suspend</title>
  101.  <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
  102. <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
  103. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
  104. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
  105. </head>
  106. <body style="background-color: #0e0620;">
  107.  
  108. <main >
  109.  <div class="container">
  110.    <div style="margin-bottom: 30px"  class="judul row justify-content-md-center"><a href="https://www.jagoanhosting.com/?utm_source=suspend_page" target="_blank"><img style="height: 50px; width: 280px;" src="/img-sys/JH-Website-Logo-2021.png"> </a>
  111.    </div>
  112.    <div class="judul row justify-content-md-center" style="margin-bottom: 50px;">
  113.      <div><h1 style="color: #fff; font-weight: bolder;">WHOOPS!</h1></div>
  114.    </div>
  115.    <div class="row">
  116.      <div class="col-md-6 align-self-center" style="margin-bottom: 40px; ">
  117.        <img style="height: auto; width: auto;" src="/img-sys/Halaman Suspend.png">
  118.      </div>
  119.      <div class="col-md-6 align-self-center">
  120.        <h2 style="color: #FF9518; font-weight: 600; font-size: 36px;">Akun Hosting Kamu Kena Suspend, Sob!</h2>
  121.        <p style="color: #fff; font-size: 18px;">Tenang Sob! Layanan hosting kamu hanya dihentikan untuk sementara waktu, penghentian layanan tidak akan menghapus file-file hosting kamu, hanya sebatas layanan hosting kamu yang tidak dapat diakses.</p>
  122.        <p style="color: #fff; font-size: 18px;">Pelajari lebih lanjut <a style="color: #fff; text-decoration: underline; font-weight: bolder;" href="https://www.jagoanhosting.com/blog/alasan-mengapa-hosting-terkena-suspend-dan-cara-mengatasinya/" style="text-decoration: underline; font-weight: bolder;">Alasan Mengapa Hosting Suspend dan Cara Mengatasinya</a></p>
  123.      </div>
  124.    </div>
  125.    <div class="row">
  126.      <div class="explanation">
  127.        <span class="material-symbols-outlined">info</span>
  128.        <p class="message"> Jagoan Hosting tidak mempunyai afiliasi dengan website ini, dan segala jenis konten yang ada di dalamnya bukan tanggung jawab Jagoanhosting.com </p>
  129.      </div>
  130.    </div>
  131.  </div>
  132. </main>
  133. <!-- partial -->
  134.  <script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/3.1.1/gsap.min.js'></script>
  135.  
  136. </body>
  137. </html>
  138.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda