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://holidayexl.in/

  1. <html lang="en-US" >
  2.  
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"/>
  5. <link rel="stylesheet" href="./bootstrap.min.css">
  6. </head>
  7. <header>
  8.    <div class="col-12 text-center mt-4">
  9. <a href="https://www.hostingraja.in/"><img src="https://image.hostingraja.in/images/icons/og-hrlogo.png" alt="vector-name-server" title="vector-name-server" class="img-header"></a>
  10.    </div>
  11. </header>
  12. <body>
  13. <style>
  14.    body {
  15.        font-family: Arial, sans-serif;
  16.    }
  17.    .success-msg {
  18.        background: #d4edda;
  19.        padding: 6px 10px;
  20.        color: #155724;
  21.        display: inline-block;
  22.        border-radius: 5px;
  23.    }
  24.    .highlight {
  25.        color: #ed1f19;
  26.        font-weight: bold;
  27.    }
  28.    .cards {
  29.        display: flex;
  30.        justify-content: space-around;
  31.        margin-top: 20px;
  32.        flex-wrap: wrap;
  33.    }
  34.    .card {
  35.        border: 1px solid #ddd;
  36.        padding: 15px;
  37.        width: 23%;
  38.        border-radius: 5px;
  39.        box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
  40.        position: relative;
  41.        background: #fff;
  42.        overflow: hidden;
  43.    }
  44.    .card::before,
  45.    .card::after {
  46.        content: "";
  47.        position: absolute;
  48.        width: 30%;
  49.        height: 21%;
  50.        border: 1.2px solid red;
  51.    }
  52.    .card::before {
  53.        top: 0;
  54.        left: 0;
  55.        border-right: none;
  56.        border-bottom: none;
  57.        border-top-left-radius: 5px;
  58.    }
  59.    .card::after {
  60.        bottom: 0;
  61.        right: 0;
  62.        border-left: none;
  63.        border-top: none;
  64.        border-bottom-right-radius: 5px;
  65.    }
  66.    .card a {
  67.        display: block;
  68.        margin-top: 10px;
  69.        text-decoration: none;
  70.        background: #ed1f19;
  71.        color: #fff;
  72.        padding: 5px;
  73.        border-radius: 3px;
  74.        width: 70%;
  75.    }
  76.    .img-right {
  77.        width: 80%;
  78.    }
  79.    .bg-right {
  80.        background-image: url(images/bg-vector-server.webp);
  81.        background-size: cover;
  82.        background-position: center;
  83.    }
  84.    .left-top {
  85.        margin-top: 5%;
  86.    }
  87.    .img-down {
  88.        width: 70%;
  89.    }
  90.    .card-heading {
  91.        font-size: 25px;
  92.        font-weight: 600;
  93.    }
  94.    .paragraph-content-area {
  95.        font-size: 15px;
  96.    }
  97.    .card-paragraph {
  98.        font-size: 0.8em;
  99.    }
  100.    .left-para {
  101.        font-size: large;
  102.        font-weight: 550;
  103.    }
  104.    .row-gap {
  105.        gap: 2%;
  106.    }
  107. .img-header{
  108. width: 20%;
  109. }
  110.    @media (max-width: 768px) {
  111.        .row-gap {
  112.            gap: 1%;
  113.        }
  114.    }
  115.    @media (max-width: 991px) {
  116.        .card {
  117.            width: 100%;
  118.            margin-bottom: 1.5rem !important;
  119.        }
  120. .card-heading{
  121. text-align: center;
  122. }
  123. .left-top {
  124.        text-align: center;
  125.    }
  126.    .img-header{
  127.        width: 50%;
  128.    }
  129. .bg-right {
  130.            text-align: center;
  131.    }
  132. .img-right {
  133.        width: 60%;
  134.    }
  135. .card a {
  136. width: 100%;
  137. }
  138.  
  139.    }
  140. </style>
  141.  
  142. <div class="container">
  143.    <div class="row">
  144.        <div class="col-lg-6 left-top">
  145.            <div class="alert alert-success success-msg">Domain Registration Success!
  146.                <img src="images/green-tick-name-server.webp" alt="vector-name-server" title="vector-name-server" class="img-tick">
  147.            </div>
  148.            <h1 class="mb-0 mt-3"><span class="highlight">holidayexl.in</span> is Live</h1>
  149.            <p class="mb-4 left-para">Your domain is now pointing to our nameservers!</p>
  150.            <p class="mb-0">That’s a smart choice—Welcome to the <span class="highlight">HostingRaja Family!</span></p>
  151.            <p>Now let’s build something amazing together—step by step.</p>
  152.        </div>
  153.        <div class="col-lg-6 bg-right">
  154.            <img src="images/Vector-Name-Server.webp" alt="vector-name-server" title="vector-name-server" class="img-right">
  155.        </div>
  156.    </div>
  157.    <h4 class="mb-2"><b>What’s Coming Up? Shape Your Future Today!</b></h4>
  158.    <div class="row row-gap p-3">
  159.        <div class="card col-lg-3 col-md-6 col-sm-6 col-12">
  160.            <h3 class="card-heading">Get Premium Hosting</h3>
  161.            <p class="card-paragraph">Power your website with our high-performance hosting solutions.</p>
  162.            <a href="https://www.hostingraja.in/" class="btn btn-danger"><b>View Hosting Plans</b></a>
  163.        </div>
  164. <div class="card col-lg-3 col-md-6 col-sm-6 col-12">
  165.            <h3 class="card-heading">Get Reliable Servers</h3>
  166.            <p class="card-paragraph">Power your website with high-performance, secure hosting solutions.</p>
  167.            <a href="https://www.hostingraja.in/server/vps-servers/" class="btn btn-danger"><b>Get Started</b></a>
  168.        </div>
  169.        <div class="card col-lg-3 col-md-6 col-sm-6 col-12">
  170.            <h3 class="card-heading">Get Business Email</h3>
  171.            <p class="card-paragraph">Build trust with professional, secure email for your business.</p>
  172.            <a href="https://www.hostingraja.in/email/email-solutions/" class="btn btn-danger"><b>Get Started</b></a>
  173.        </div>
  174.        <div class="card col-lg-3 col-md-6 col-sm-6 col-12">
  175.            <h3 class="card-heading">Change Nameservers</h3>
  176.            <p class="card-paragraph">Configure your domain settings and DNS records in our user-friendly control panel.</p>
  177.            <a href="https://www.hostingraja.in/blog/how-to-change-nameservers-at-hostingraja/" class="btn btn-danger"><b>Manage Settings</b></a>
  178.        </div>
  179.    </div>
  180.    <div class="d-flex justify-content-between mt-5">
  181.        <div class="col-lg-11">
  182.            <p style="font-size: 25px;"><strong>Got Questions? We're Here 24/7!</strong></p>
  183.            <p class="paragraph-content-area">Stuck on something? Our expert support team is available via call, live chat, or email!</p>
  184.        </div>
  185.        <div class="col-lg-1">
  186. <a href="https://www.hostingraja.in/sales-support/">
  187. <img src="images/support-name-server.webp" alt="vector-name-server" title="vector-name-server" class="img-down">
  188. </a>
  189.        </div>
  190.    </div>
  191. </div>
  192. </body>
  193. </html>
  194.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda