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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <title>Default page</title>
  6.    <meta charset="utf-8">
  7.    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  8.    <meta content="Default page" name="description">
  9.    <meta content="width=device-width, initial-scale=1" name="viewport">
  10.    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
  11.    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  12.    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  13.    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  14.    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
  15.    <style>
  16.        body {
  17.            font-family: 'Open Sans', 'Helvetica', sans-serif;
  18.            color: #000;
  19.            padding: 0;
  20.            margin: 0;
  21.            line-height: 1.428;
  22.        }
  23.        h1, h2, h3, h4, h5, h6, p {
  24.            padding: 0;
  25.            margin: 0;
  26.            color:#333333;
  27.        }
  28.        h1 {
  29.            font-size: 30px;
  30.            font-weight: 600!important;
  31.            color: #333;
  32.        }
  33.        h2 {
  34.            font-size: 24px;
  35.            font-weight: 600;
  36.        }
  37.        h3 {
  38.            font-size: 22px;
  39.            font-weight: 600;
  40.            line-height: 28px;
  41.        }
  42.        hr {
  43.            margin-top: 35px;
  44.            margin-bottom: 35px;
  45.            border: 0;
  46.            border-top: 1px solid #bfbebe;
  47.        }
  48.        ul {
  49.            list-style-type: none;
  50.            margin: 0;
  51.            padding: 0;
  52.        }
  53.        li {
  54.            display: inline-block;
  55.            float: right;
  56.            margin-left: 20px;
  57.            line-height: 35px;
  58.            font-weight: 100;
  59.        }
  60.        a {
  61.            text-decoration: none;
  62.            cursor: pointer;
  63.            -webkit-transition: all .3s ease-in-out;
  64.            -moz-transition: all .3s ease-in-out;
  65.            -ms-transition: all .3s ease-in-out;
  66.            -o-transition: all .3s ease-in-out;
  67.            transition: all .3s ease-in-out;
  68.        }
  69.        li a {
  70.            color: white;
  71.            margin-left: 3px;
  72.        }
  73.        li > i {
  74.            color: white;
  75.        }
  76.        .column-wrap a {
  77.            color: #5c34c2;
  78.            font-weight: 600;
  79.            font-size:16px;
  80.            line-height:24px;
  81.        }
  82.        .column-wrap p {
  83.            color: #717171;
  84.            font-size:16px;
  85.            line-height:24px;
  86.            font-weight:300;
  87.        }
  88.        .container {
  89.            margin-top: 100px;
  90.        }
  91.        .navbar {
  92.            position: relative;
  93.            min-height: 45px;
  94.            margin-bottom: 20px;
  95.            border: 1px solid transparent;
  96.        }
  97.        .navbar-brand {
  98.            float: left;
  99.            height: auto;
  100.            padding: 10px 10px;
  101.            font-size: 18px;
  102.            line-height: 20px;
  103.        }
  104.        .navbar-nav>li>a {
  105.            padding-top: 11px;
  106.            padding-bottom: 11px;
  107.            font-size: 13px;
  108.            padding-left: 5px;
  109.            padding-right: 5px;
  110.        }
  111.        .navbar-nav>li>a:hover {
  112.            text-decoration: none;
  113.            color: #cdc3ea!important;
  114.        }
  115.        .navbar-nav>li>a i {
  116.            margin-right: 5px;
  117.        }
  118.        .nav-bar img {
  119.            position: relative;
  120.            top: 3px;
  121.        }
  122.        .congratz {
  123.            margin: 0 auto;
  124.            text-align: center;
  125.        }
  126.        .message::before {
  127.            content: " ";
  128.            background: url(https://cdn.hostinger.com/hostinger_welcome/images/hostinger-dragon.png);
  129.            width: 141px;
  130.            height: 175px;
  131.            position: absolute;
  132.            left: -150px;
  133.            top: 0;
  134.        }
  135.        .message {
  136.            width: 50%;
  137.            margin: 0 auto;
  138.            height: auto;
  139.            padding: 40px;
  140.            background-color: #eeecf9;
  141.            margin-bottom: 100px;
  142.            border-radius: 5px;
  143.            position:relative;
  144.        }
  145.        .message p {
  146.            font-weight: 300;
  147.            font-size: 16px;
  148.            line-height: 24px;
  149.        }
  150.        #pathName {
  151.            margin: 20px 10px;
  152.            color: grey;
  153.            font-weight: 300;
  154.            font-size:18px;
  155.            font-style: italic;
  156.        }
  157.        .column-custom {
  158.            border-radius: 5px;
  159.            background-color: #eeecf9;
  160.            padding: 35px;
  161.            margin-bottom: 20px;
  162.        }
  163.        .footer {
  164.            font-size: 13px;
  165.            color: gray !important;
  166.            margin-top: 25px;
  167.            line-height: 1.4;
  168.            margin-bottom: 45px;
  169.        }
  170.        .footer a {
  171.            cursor: pointer;
  172.            color: #646464 !important;
  173.            font-size: 12px;
  174.        }
  175.        .copyright {
  176.            color: #646464 !important;
  177.            font-size: 12px;
  178.        }
  179.        .navbar a {
  180.            color: white !important;
  181.        }
  182.        .navbar {
  183.            border-radius: 0px !important;
  184.        }
  185.        .navbar-inverse {
  186.            background-color: #434343;
  187.            border: none;
  188.        }
  189.        .column-custom-wrap{
  190.            padding-top: 10px 20px;
  191.        }
  192.        @media screen and (max-width: 768px) {
  193.            .message {
  194.                width: 75%;
  195.                padding: 35px;
  196.            }
  197.            .container {
  198.                margin-top: 30px;
  199.            }
  200.        }
  201.        }
  202.    </style>
  203. </head>
  204.  
  205. <body>
  206. <nav class="navbar navbar-inverse">
  207.    <div class="container-fluid">
  208.        <div class="navbar-header">
  209.            <button class="navbar-toggle" data-target="#myNavbar" data-toggle="collapse" type="button">
  210.                <span class="icon-bar"></span> <span class="icon-bar"></span>
  211.                <span class="icon-bar"></span>
  212.            </button>
  213.            <a class="navbar-brand" href="https://www.hostinger.in/" rel="nofollow"><img src="https://cdn.hostinger.com/hostinger_welcome/images/hostinger-logo.png" width="120" alt="Hostinger"></a>
  214.        </div>
  215.        <div class="collapse navbar-collapse" id="myNavbar">
  216.            <ul class="nav navbar-nav navbar-right">
  217.                <li>
  218.                    <a href="https://www.hostinger.in/tutorials/" rel="nofollow"><i aria-hidden="true" class="fa fa-graduation-cap"></i> Tutorials</a>
  219.                </li>
  220.                <li>
  221.                    <a href="https://www.hostinger.in/make-money-online/" rel="nofollow"><i aria-hidden="true" class="fa fa-trophy"></i> Earn with us</a>
  222.                </li>
  223.                <li>
  224.                    <a href="https://www.hostinger.in/affiliates" rel="nofollow"><i aria-hidden="true" class="fa fa-user"></i> Affiliates</a>
  225.                </li>
  226.                <li>
  227.                    <a href="https://cpanel.hostinger.in" rel="nofollow"><i aria-hidden="true" class="fa fa-lock"></i> Login</a>
  228.                </li>
  229.            </ul>
  230.        </div>
  231.    </div>
  232. </nav>
  233. <div class="empty-account-page">
  234.    <div class="container">
  235.        <div class="row congratz">
  236.            <h1>Your account has been created!</h1><em></em>
  237.            <h2 id="pathName"><em></em></h2>
  238.        </div>
  239.        <div class="row message">
  240.            <p>Website <span id="website" style="word-break:break-all;"></span> has been successfully installed on server! Please delete the file <span style="font-weight: bold;">default.php</span> from the public_html folder and then upload your website by using FTP or File Manager.</p>
  241.        </div>
  242.        <div class="col-xs-12">
  243.            <h2>What's next?</h2>
  244.        </div>
  245.        <div class="column-wrap clearfix">
  246.            <div class="col-xs-12">
  247.                <hr>
  248.            </div>
  249.            <div class="col-xs-12 col-sm-4 column-custom-wrap">
  250.                <div class="column-custom">
  251.                    <h3>Elite Affiliate Club</h3>
  252.                    <br>
  253.                    <p>Looking for an easy way to earn money online? Join Hostinger Elite Affiliate club - a new and upgraded affiliate program that will boost your wallet in minutes.</p>
  254.                    <br>
  255.                    <a href="https://www.hostinger.in/make-money-online" rel="nofollow">Learn more</a>
  256.                </div>
  257.            </div>
  258.            <div class="col-xs-12 col-sm-4 column-custom-wrap">
  259.                <div class="column-custom">
  260.                    <h3 style="padding-bottom: 5px">Knowledge Base</h3>
  261.                    <br>
  262.                    <p>Have an idea for a website but don't know where to begin? All the answers are here. Browse through categories or simply type in a word to start your search.</p>
  263.                    <br>
  264.                    <a href="https://support.hostinger.com/en/" rel="nofollow">Learn more</a>
  265.                </div>
  266.            </div>
  267.            <div class="col-xs-12 col-sm-4 column-custom-wrap">
  268.                <div class="column-custom">
  269.                    <h3 style="padding-bottom: 5px">Hostinger Blog</h3>
  270.                    <br>
  271.                    <p>Become a part of Hostinger community. Subscribe to receive updates on the daily life at Hostinger, engineering, marketing and other web hosting news.</p>
  272.                    <br>
  273.                    <a href="https://www.hostinger.com/blog/" rel="nofollow">Learn more</a>
  274.                </div>
  275.            </div>
  276.        </div>
  277.  
  278.        <div class="footer">
  279.            <div class="row">
  280.                <div class="text-center" style="margin-bottom: 10px;">
  281.                    <a href="https://cpanel.hostinger.in" rel="nofollow">Client Login</a>
  282.                </div>
  283.                <div class="copyright text-center">
  284.                    Hostinger © 2024. All rights reserved
  285.                </div>
  286.            </div>
  287.        </div>
  288.    </div>
  289. </div>
  290. <script>
  291.    var pathName = window.location.hostname;
  292.    var account = document.getElementById("pathName");
  293.    var accountText = document.getElementById("website");
  294.    account.innerHTML = pathName;
  295.    accountText.innerHTML = pathName;
  296. </script>
  297. </body>
  298.  
  299. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda