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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>Hosting Suspended</title>
  8.  
  9. <link rel="stylesheet" href="https://hostathash.com/serverbranding/welcomepage/Arial-medium.ttf">
  10. <link rel="stylesheet" href="https://hostathash.com/serverbranding/welcomepage/ArialMTStd-Light.otf">
  11. <style>
  12.        body{
  13.            
  14.        }
  15.        *{
  16.            margin: 0;
  17.            padding: 0;
  18.            box-sizing: border-box;
  19.        }
  20.        .header{
  21.            background: #ffffff;
  22.            height: 100vh;
  23.            width: 100%;
  24.        }
  25.        .logo img{
  26.            /* height: 100%; */
  27.            height: 90%;
  28.            width: 200px;
  29.            padding-top: 10px;
  30.  
  31.        }
  32.          .logo{
  33.              /* width: 100%; */
  34.              height: 70px;
  35.              border: 1px solid #beddec;
  36.              text-align: center;
  37.              background: #bfddec;
  38.  
  39.          }
  40.           .container{
  41.               width: 100%;
  42.               margin: auto;
  43.               text-align: center;
  44.               padding-top: 10%;
  45.           }
  46.           .image img{
  47.               height: 95px;
  48.              
  49.           }
  50.           .text{
  51.               margin-top: 10px;
  52.           }
  53.            .text h3{
  54.                text-transform: uppercase;
  55.                color: #383433;
  56.                font-size: 25px;
  57.                font-family: 'Arial-medium', sans-serif;
  58.  
  59.            }
  60.            .text h4{
  61.                color: #f99c1c;
  62.                font-family:'ArialMTStd-Light', sans-serif;
  63.                font-size: 20px;
  64.                font-weight: 400;
  65.                line-height: 2rem;
  66.            }
  67.    </style>
  68. </head>
  69. <body>
  70. <div class="header">
  71.     <div class="logo">
  72.        <img src="https://hostathash.com/serverbranding/suspendpage/logo.png" alt="hostathash logo">
  73.     </div>
  74.     <div class="container">
  75.         <div class="image">
  76.             <img src="https://hostathash.com/serverbranding/suspendpage/profile-icon-hostathash.png" alt="hostathash profile">
  77.         </div>
  78.         <div class="text">
  79.             <h3>this account has been suspended</h3>
  80.             <h4>Please contact support for more information.</h4>
  81.         </div>
  82.     </div>
  83. </div>
  84. </body>
  85. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda