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://sumberpengetahuan.my.id

  1. <!doctype html>
  2. <html>
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <meta name="theme-color" content="#009eed">
  7.    <link rel="icon" href="//static.domainesia.com/assets/images/favicon/favicon.ico">
  8.    <link rel="icon" href="//static.domainesia.com/assets/images/favicon/favicon.svg" type="image/svg+xml">
  9.    <link rel="apple-touch-icon" href="//static.domainesia.com/assets/images/favicon/apple-touch-icon-180.png">
  10.    <meta name="description" content="Sorry your website is suspended, please contact our Customer Supports. Hosted by DomaiNesia.">
  11.    <title>Hosted by DomaiNesia - Sorry your website is suspended, please contact our Customer Supports</title>
  12.    <link href="//static.domainesia.com/assets/slots/webcdn/cpanel/css/framework.min.css" rel="stylesheet">
  13. </head>
  14. <body class="overflow-hidden bg-brown mx-auto" style="max-width: 2000px;">
  15.    <div class="parallax relative">
  16.        <div class="bg-gradient-to-b from-blue-600 to-blue-400 aspect-video">
  17.            <span class="absolute top-10 left-10 w-56"><img src="//static.domainesia.com/assets/slots/webcdn/cpanel/img/landing/domainesia-logo.svg" alt="DomaiNesia Logo"></span>
  18.            <span value="4" class="move absolute" style="top:-6%;"><img src="//static.domainesia.com/assets/slots/webcdn/cpanel/img/landing/bg-milky-way.svg" alt="DomaiNesia Milky Way"></span>
  19.            <span value="2" class="move absolute" style="top:30%;"><img src="//static.domainesia.com/assets/slots/webcdn/cpanel/img/landing/bg-hills-v1.svg" alt="DomaiNesia Hills"></span>
  20.            <span class="absolute" style="top:11%;"><img src="//static.domainesia.com/assets/slots/webcdn/cpanel/img/landing/ground-website-suspended.svg" alt="DomaiNesia Moon"></span>
  21.            <span class="absolute animate-fadeandmove -left-10" style="top:9%;"><img src="//static.domainesia.com/assets/slots/webcdn/cpanel/img/landing/clouds.svg" alt="DomaiNesia Clouds"></span>
  22.        </div>
  23.        <div class="absolute left-1/2 transform -translate-x-1/2 text-center text-white block z-50 w-full px-8" style="top: 83%;">
  24.            <p class="mb-1 text-xs md:text-base lg:text-lg">
  25.                Luncurkan Aplikasi Web dengan Cloud VPS Berperforma Tinggi.
  26.  
  27.                <br />
  28.  
  29.                DomaiNesia Penyedia Web Hosting Terbaik di Indonesia, Kunjungi: <a class="text-blue-500 hover:text-blue-600" href="https://www.domainesia.com/hosting/" target="_blank" rel="noopener noreferrer">www.domainesia.com/hosting</a>
  30.  
  31.                <br />
  32.  
  33.                Cek & Daftarkan Nama Domain dengan Mudah, Kunjungi: <a class="text-blue-500 hover:text-blue-600" href="https://www.domainesia.com/domain/" target="_blank" rel="noopener noreferrer">www.domainesia.com/domain</a>
  34.            </p>
  35.        </div>
  36.    </div>
  37.  
  38.    <script>
  39.        document.addEventListener("mousemove", parallax);
  40.        function parallax(event) {
  41.            this.querySelectorAll(".parallax .move").forEach((shift) => {
  42.                const position = shift.getAttribute("value");
  43.                const x = (window.innerWidth - event.pageX * position) / 80;
  44.                const y = (window.innerHeight - event.pageY * position) / 80;
  45.  
  46.                shift.style.transform = `translateX(${x}px) translateY(${y}px)`;
  47.            });
  48.        }
  49.    </script>
  50. </body>
  51. </html>
  52.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda