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

  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset=utf-8>
  6.    <meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name=viewport>
  7.    <title>Powered by CapRover</title>
  8.    <style>
  9.        html,
  10.        body {
  11.            font-family: sans-serif;
  12.            -ms-text-size-adjust: 100%;
  13.            -webkit-text-size-adjust: 100%;
  14.            background-color: #F7F8FB;
  15.            height: 100%;
  16.            -webkit-font-smoothing: antialiased;
  17.        }
  18.  
  19.        body {
  20.            margin: 0;
  21.            padding: 0;
  22.            display: flex;
  23.            flex-direction: column;
  24.            align-items: center;
  25.            justify-content: center;
  26.        }
  27.  
  28.        .message {
  29.            text-align: center;
  30.            align-self: center;
  31.            display: flex;
  32.            flex-direction: column;
  33.            align-items: center;
  34.            padding: 20px;
  35.            max-width: 550px;
  36.        }
  37.  
  38.        .message__title {
  39.            font-size: 32px;
  40.            font-weight: 100;
  41.            margin-top: 15px;
  42.            color: #47494E;
  43.            margin-bottom: 8px;
  44.        }
  45.  
  46.        .btn {
  47.            text-decoration: none;
  48.            padding: 11px 25px;
  49.            border-radius: 11px;
  50.            margin-top: 110px;
  51.            font-size: 19px;
  52.            color: #7F828B;
  53.        }
  54.  
  55.        body.defaultpagebody {
  56.            background: -webkit-linear-gradient(-45deg, #1d5b85 0%, #3295c7 100%);
  57.            background: linear-gradient(135deg, #1d5b85 0%, #3295c7 100%);
  58.        }
  59.  
  60.        .message__title {
  61.            color: #fff;
  62.        }
  63.  
  64.        .message {
  65.            padding: 25px;
  66.            color: #fff;
  67.        }
  68.  
  69.        body.defaultpagebody p {
  70.            color: rgba(255, 255, 255, 0.6);
  71.        }
  72.  
  73.        body.defaultpagebody .info {
  74.            fill: rgba(255, 255, 255, 0.9);
  75.        }
  76.  
  77.        body.defaultpagebody .btn {
  78.            color: #fff;
  79.            border: 2px solid rgba(255, 255, 255, 0.7);
  80.        }
  81.    </style>
  82.    <base target=_parent />
  83. </head>
  84.  
  85. <body class=defaultpagebody>
  86.    <div class=message>
  87.        <div class=message__title>
  88.            Nothing here yet :/
  89.        </div>
  90.        <div class=message>
  91.            
  92.        </div>
  93.        <a href="https://caprover.com/" target="_blank" rel="noopener noreferrer" class="btn">
  94.            Read Docs</a>
  95.    </div>
  96. </body>
  97.  
  98. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda