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

  1. <!DOCTYPE html>
  2. <head>
  3.    <!-- Favicon -->
  4.    <link rel="icon" href="https://sparkedhost.com/assets/img/favicon/favicon-96x96.png">
  5.    <!-- Title -->
  6.    <title>Powered by Sparked Host</title>
  7.    <!-- Meta Tags -->
  8.    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9.    <meta name="language" content="English">
  10. </head>
  11. <style>
  12.    @import url('https://fonts.googleapis.com/css2?family=Rubik');
  13.  
  14.    html {
  15.        min-height: 100%;
  16.        background-image: url("https://sparkedhost.com/assets/img/bg.png");
  17.        background-size: cover;
  18.        background-repeat: no-repeat;
  19.        background-position: center center;
  20.    }
  21.  
  22.    body {
  23.        width: 100%;
  24.        height: 100%;
  25.        margin: 0;
  26.        padding: 0;
  27.        font-family: 'Rubik', sans-serif;
  28.        color: white;
  29.    }
  30.  
  31.    img {
  32.        margin-left: auto;
  33.        margin-right: auto;
  34.        width: 40%;
  35.        margin-bottom: 2rem;
  36.    }
  37.  
  38.    .box {
  39.        display: flex;
  40.        width: 100%;
  41.        height: 100%;
  42.        justify-content: center;
  43.        background-color: rgba(0, 0, 0, 0.2);
  44.        animation-fill-mode: forwards;
  45.    }
  46.  
  47.    .box-secondary {
  48.        width: 100%;
  49.        text-align: center;
  50.        position: fixed;
  51.        left: 50%;
  52.        top: 50%;
  53.        transform: translate(-50%, -50%);
  54.        text-transform: uppercase;
  55.        padding: 30px;
  56.    }
  57.  
  58.    .btn-main {
  59.        position: relative;
  60.        background: 0 0;
  61.        color: #ffba00;
  62.        text-transform: uppercase;
  63.        text-decoration: none;
  64.        border: 0.2em solid #ffba00;
  65.        padding: 0.5em 1em;
  66.        -webkit-appearance: button;
  67.        font-weight: 700;
  68.    }
  69.  
  70.    .btn-main:hover {
  71.        background: #b18611;
  72.        color: #fff;
  73.    }
  74. </style>
  75. <body>
  76. <div class="box">
  77.    <div class="box-secondary">
  78.        <h1>This server is hosted by</h1>
  79.        <div>
  80.            <img src="https://sparkedhost.com/assets/img/websitelogo.png">
  81.        </div>
  82.        <div>
  83.            <a class="btn-main" href="https://billing.sparkedhost.com/link.php?id=8">Click here to spark your ideas to life today!</a>
  84.        </div>
  85.    </div>
  86. </div>
  87. </body>
  88.  
  89.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda