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://whatnowmiss.biz

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <title>Domain Default page</title>
  6.    <meta name="copyright" content="Copyright 1999-2020. Plesk International GmbH. All rights reserved.">
  7.    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8.    <meta name="viewport" content="width=device-width,initial-scale=1">
  9.    <link rel="shortcut icon" href="https://assets.plesk.com/static/default-website-content/public/favicon-1db747.ico">
  10.    <link rel="preload"
  11.        href="https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b4d2c4.woff2"
  12.        as="font" type="font/woff2" crossorigin="">
  13.    <style type="text/css">
  14.        /* Copyright 1999-2020. Plesk International GmbH. All rights reserved. */
  15.  
  16.        @font-face {
  17.            font-family: "Lato";
  18.            font-display: swap;
  19.            font-style: normal;
  20.            font-weight: 400;
  21.            src: local('Lato Regular'), local('Lato-Regular'), url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b4d2c4.woff2) format("woff2"),
  22.                url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-regular-b8ee54.woff) format("woff");
  23.        }
  24.  
  25.        @font-face {
  26.            font-family: "Lato";
  27.            font-display: swap;
  28.            font-style: normal;
  29.            font-weight: 700;
  30.            src: local('Lato Bold'), local('Lato-Bold'), url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-700-1efbd3.woff2) format("woff2"),
  31.                url(https://assets.plesk.com/static/default-website-content/public/fonts/lato-v16-latin-700-874b8e.woff) format("woff");
  32.        }
  33.  
  34.        html {
  35.            line-height: 1.15;
  36.            -webkit-text-size-adjust: 100%;
  37.            box-sizing: border-box;
  38.            height: 100%;
  39.            font-size: 10px;
  40.            -webkit-tap-highlight-color: transparent;
  41.            -moz-osx-font-smoothing: grayscale;
  42.            -webkit-font-smoothing: antialiased;
  43.        }
  44.  
  45.        body {
  46.            /*display: flex;*/
  47.            display: block;
  48.            margin: 0;
  49.            min-width: 280px;
  50.            min-height: 100vh;
  51.            font-size: 14px;
  52.            line-height: 1.714em;
  53.            font-family: "Lato", sans-serif;
  54.            color: #222;
  55.            word-wrap: break-word;
  56.            background-color: #374758;
  57.            /*background-image: url(https://assets.plesk.com/static/default-website-content/public/img/header-bg-1d0da8.svg);*/
  58.        }
  59.  
  60.        .page {
  61.            display: flex;
  62.            /*flex: 1;*/
  63.            /*flex-direction: column;*/
  64.            min-height: 100vh;
  65.            align-items: center;
  66.        }
  67.  
  68.        a {
  69.            color: #03ade4;
  70.            text-decoration: none;
  71.            cursor: pointer;
  72.            background-color: transparent;
  73.            transition: 0.25s ease-in-out;
  74.        }
  75.  
  76.        a:active,
  77.        a:hover {
  78.            outline: none;
  79.        }
  80.  
  81.        a:hover {
  82.            color: #259ccc;
  83.        }
  84.  
  85.        p,
  86.        ul {
  87.            margin: 0 0 16px;
  88.        }
  89.  
  90.        .header {
  91.            display: flex;
  92.            height: 100%;
  93.            width: 100%;
  94.        }
  95.  
  96.        .header__content {
  97.            max-width: 960px;
  98.            margin: auto;
  99.            padding: 20px 20px 30px;
  100.        }
  101.  
  102.        .header__title {
  103.            margin: 12px 0;
  104.            font-size: 28px;
  105.            line-height: 1.286em;
  106.            color: rgba(255, 255, 255, 0.9);
  107.        }
  108.  
  109.        .header__message {
  110.            position: relative;
  111.            z-index: 1;
  112.            margin: 0 0 30px;
  113.            font-size: 16px;
  114.            line-height: 24px;
  115.            color: rgba(255, 255, 255, 0.9);
  116.        }
  117.  
  118.        .header__message p,
  119.        .header__message ul {
  120.            margin-bottom: 0;
  121.        }
  122.  
  123.        .note {
  124.            position: relative;
  125.            display: flex;
  126.            align-items: center;
  127.            padding: 12px;
  128.            font-size: 16px;
  129.            line-height: 24px;
  130.            background-color: rgba(255, 255, 255, 0.9);
  131.            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  132.            border-radius: 4px;
  133.        }
  134.  
  135.        .note:after {
  136.            content: "";
  137.            position: absolute;
  138.            top: -76px;
  139.            right: 1%;
  140.            width: 72px;
  141.            height: 143px;
  142.            background: url(https://assets.plesk.com/static/default-website-content/public/img/guy-508c30.png) no-repeat;
  143.            background-size: contain;
  144.        }
  145.  
  146.        .note__link {
  147.            display: inline-flex;
  148.            align-items: flex-start;
  149.            margin-top: 4px;
  150.            font-size: 14px;
  151.            line-height: 20px;
  152.        }
  153.  
  154.        .note__icon {
  155.            margin: 2px 4px 0 0;
  156.            opacity: 0.7;
  157.        }
  158.  
  159.        .note__link:hover .note__icon {
  160.            opacity: 1;
  161.        }
  162.  
  163.        .note__button {
  164.            display: inline-block;
  165.            margin-left: 8px;
  166.            padding: 8px 12px 10px;
  167.            border-radius: 4px;
  168.            font-weight: 700;
  169.            font-size: 16px;
  170.            line-height: 20px;
  171.            color: rgba(255, 255, 255, 0.9);
  172.            background-color: #53bce6;
  173.            z-index: 1;
  174.            white-space: nowrap;
  175.        }
  176.  
  177.        .note__message {
  178.            flex: 1;
  179.            z-index: 1;
  180.        }
  181.  
  182.        .note__button:hover {
  183.            color: rgba(255, 255, 255, 0.9);
  184.            background-color: #03ade4;
  185.        }
  186.  
  187.        .header__inner {
  188.            width: 100%;margin: auto;
  189.        }
  190.  
  191.        .image {
  192.            text-align: center;
  193.        }
  194.  
  195.        .image img {
  196.            max-width: 300px;
  197.        }
  198.  
  199.        @media (max-width: 769px) {
  200.            .header__title br {
  201.                display: none;
  202.            }
  203.        }
  204.  
  205.        @media (min-width: 768px) {
  206.            .header__inner {
  207.                max-width: 1280px;
  208.                margin: auto;
  209.                background: url(https://assets.plesk.com/static/default-website-content/public/img/header-domain-page-15b75d.png) 100% 0 no-repeat;
  210.                background-size: 499px 420px;
  211.            }
  212.  
  213.            .header__content {
  214.                padding: 40px 20px;
  215.            }
  216.  
  217.            .header__title {
  218.                margin: 50px 0 18px;
  219.            }
  220.  
  221.            .header__message {
  222.                line-height: 28px;
  223.            }
  224.  
  225.            .note {
  226.                padding: 18px 24px;
  227.                font-size: 18px;
  228.                line-height: 28px;
  229.            }
  230.  
  231.            .note__link {
  232.                display: inline-flex;
  233.                align-items: flex-start;
  234.                margin-top: 4px;
  235.                font-size: 16px;
  236.                line-height: 24px;
  237.            }
  238.  
  239.            .note__icon {
  240.                margin-top: 4px;
  241.            }
  242.  
  243.            .note__button {
  244.                padding: 8px 30px 12px;
  245.                font-size: 20px;
  246.                line-height: 28px;
  247.            }
  248.  
  249.            .image {
  250.                display: none;
  251.            }
  252.        }
  253.  
  254.        .content {
  255.            display: block;
  256.            flex: auto;
  257.        }
  258.  
  259.        .content__inner {
  260.            max-width: 960px;
  261.            margin: auto;
  262.            padding: 26px 20px;
  263.        }
  264.  
  265.        .content__title {
  266.            margin: 0 0 8px;
  267.            font-size: 20px;
  268.            font-weight: 400;
  269.            line-height: 28px;
  270.        }
  271.  
  272.        .resources-list {
  273.            display: flex;
  274.            flex-wrap: wrap;
  275.            padding: 16px 0 0;
  276.            list-style: none;
  277.            justify-content: space-around;
  278.        }
  279.  
  280.        .resources-list__item {
  281.            flex: 1 1 33%;
  282.            min-width: 0;
  283.            padding: 16px 0;
  284.            box-sizing: border-box;
  285.            text-align: center;
  286.        }
  287.  
  288.        .resources-list__item>a {
  289.            position: relative;
  290.            display: inline-block;
  291.            text-align: center;
  292.        }
  293.  
  294.        .resources-list__item .icon {
  295.            display: block;
  296.            margin: 0 auto 8px;
  297.            width: 48px;
  298.            height: 48px;
  299.            transition: 0.3s;
  300.        }
  301.  
  302.        @media (min-width: 768px) {
  303.            .columns {
  304.                display: flex;
  305.            }
  306.  
  307.            .columns__column {
  308.                flex: 1;
  309.                min-width: 0;
  310.            }
  311.  
  312.            .resources-list__item>a {
  313.                margin-left: 50px;
  314.            }
  315.        }
  316.  
  317.        .footer {
  318.            flex: none;
  319.            font-size: 13px;
  320.            line-height: 20px;
  321.            background-color: #374758;
  322.            color: rgba(255, 255, 255, 0.4);
  323.        }
  324.  
  325.        .footer a {
  326.            color: rgba(255, 255, 255, 0.4);
  327.            text-decoration: none;
  328.            font-weight: bold;
  329.        }
  330.  
  331.        .footer a:hover {
  332.            color: rgba(255, 255, 255, 0.6);
  333.        }
  334.  
  335.        .footer__inner {
  336.            margin: auto;
  337.            padding: 20px;
  338.            max-width: 640px;
  339.            text-align: center;
  340.        }
  341.  
  342.        .icon-button {
  343.            display: inline-flex;
  344.            align-items: center;
  345.            padding: 13px 20px;
  346.            line-height: 20px;
  347.            border: 1px solid #53bce6;
  348.            border-radius: 4px;
  349.            background-color: #eef8fc;
  350.        }
  351.  
  352.        .icon-button:hover {
  353.            background-color: #ddf2fb;
  354.        }
  355.  
  356.        .icon-button__icon {
  357.            margin: -2px 8px -8px 0;
  358.        }
  359.    </style>
  360. </head>
  361.  
  362. <body>
  363.    <div class="page">
  364.        <header class="header">
  365.            <div class="header__inner">
  366.                <div class="header__content">
  367.                    <a class="header__logo" href="#" data-id="logo-link">
  368.                        <img src="#"
  369.                            width="98" height="41" alt="Plesk">
  370.                    </a>
  371.                    <h1 class="header__title"> Selamat, layanan hosting telah aktif. </h1>
  372.                    <div class="header__message">
  373.                        <p>Jika Anda adalah pemilik:</p>
  374.                        <ul>
  375.                            <li>Masuk ke Plesk untuk mengelola situs web dan ketersediaannya.</li>
  376.                            <li>Gunakan File Manager untuk menambahkan konten situs web.</li>
  377.                        </ul>
  378.                        <p>Jika Anda mengalami kendala, silahkan hubungi kami melalui tiket support atau chat yang tersedia.</p>
  379.                    </div>
  380.                    <div class="image">
  381.                        <img src="https://assets.plesk.com/static/default-website-content/public/img/header-domain-page-15b75d.png" alt="">
  382.                    </div>
  383.                    <div class="note">
  384.                        <div class="note__message">
  385.                            <div>Login ke Plesk untuk mengelola konten website Anda.</div>
  386.                        </div>
  387.                        <a class="note__button" href="https://107.webhostingindonesia.co.id/login_up.php" data-id="plesk-login">Log in ke Plesk</a>
  388.                    </div>
  389.                </div>
  390.            </div>
  391.        </header>
  392.        
  393.    </body>
  394. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda