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://bebee.com/bee/art-ashley-california

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.        <meta charset="utf-8">
  5.        <meta name="viewport" content="width=device-width, initial-scale=1">
  6.        <title>Not Found</title>
  7.        <!-- Fonts -->
  8.        <link rel="dns-prefetch" href="//fonts.gstatic.com">
  9.        <!-- Styles -->
  10.        <style>
  11.            .bg-bees-page {
  12.                background: #ffffff;
  13.                min-height: 400px;
  14.                margin:20px 0px;
  15.                display:flex;
  16.                align-items: center;
  17.                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  18.            }
  19.            @media(min-width: 0px) and (max-width: 767px) {
  20.                .bg-bees-page {
  21.                    min-height: initial;
  22.                    margin:15px 0px;
  23.                }
  24.            }
  25.            .bg-bees-page h1 {
  26.                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  27.                font-size: 50px;
  28.                line-height: 50px;
  29.                font-weight: bold;
  30.                background: #ffffff;
  31.                text-align: center;
  32.                position: relative;
  33.                width:100%;
  34.                padding:15px;
  35.            }
  36.            @media(min-width: 0px) and (max-width: 767px) {
  37.                .bg-bees-page h1{
  38.                    font-size:30px;
  39.                }
  40.            }
  41.            .bg-an-bees {
  42.                background-image: url(https://contents.bebee.com/public/img/error-bees-bg.svg);
  43.                background-repeat: no-repeat;
  44.                min-height: 400px;
  45.                background-position: center;
  46.                position: relative;
  47.                width: 100%;
  48.                display: flex;
  49.                align-items: center;
  50.            }
  51.            @media(min-width: 0px) and (max-width: 767px) {
  52.                .bg-an-bees {
  53.                    min-height: 200px;
  54.                }
  55.            }
  56.            .shape-bee {
  57.                background-image: url(https://contents.bebee.com/public/img/shape-bee.svg);;
  58.                background-repeat: no-repeat;
  59.                height: 82px;
  60.                width: 94px;
  61.                position: absolute;
  62.                -webkit-animation-fill-mode: both;
  63.                animation-fill-mode: both;
  64.                left: 15%;
  65.                top: -40px;
  66.                transform: rotate(160deg);
  67.                -webkit-animation-name: zoomInLeft;
  68.                animation-name: zoomInLeft;
  69.                -webkit-animation-duration: 1.5s;
  70.                animation-duration: 1.5s;
  71.            }
  72.            .bg-an-bees small{
  73.                color: #636b6f;
  74.                font-size: 16px;
  75.                font-weight: 400;
  76.                display: block;
  77.                line-height: 20px;
  78.            }
  79.            @media(min-width: 0px) and (max-width: 767px) {
  80.                .shape-bee {
  81.                    height: 45px;
  82.                    width: 49.28px;
  83.                }
  84.            }
  85.            .shape-bee:last-child {
  86.                left: initial;
  87.                top: initial;
  88.                right: 15%;
  89.                bottom: -40px;
  90.                -webkit-animation-duration: 1s;
  91.                animation-duration: 1s;
  92.                -webkit-animation-name: pulse;
  93.                animation-name: pulse;
  94.                -webkit-animation-iteration-count: infinite;
  95.                animation-iteration-count: infinite;
  96.            }
  97.            @-webkit-keyframes zoomInLeft {
  98.                0% {
  99.                    opacity: 0;
  100.                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  101.                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  102.                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  103.                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  104.                }
  105.                60% {
  106.                    opacity: 1;
  107.                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  108.                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  109.                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  110.                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  111.                }
  112.            }
  113.            @keyframes zoomInLeft {
  114.                0% {
  115.                    opacity: 0;
  116.                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  117.                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  118.                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  119.                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  120.                }
  121.                60% {
  122.                    opacity: 1;
  123.                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  124.                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  125.                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  126.                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  127.                }
  128.            }
  129.            .bb-logo-er{
  130.                display: flex;
  131.                justify-content: center;
  132.                margin:30px 0px 40px;
  133.            }
  134.            .btn{
  135.                display:flex;
  136.                justify-content: center;
  137.                margin-top:40px;
  138.            }
  139.            .btn a{
  140.                background:#f28f16;
  141.                width:150px;
  142.                padding: 0.5rem 1rem;
  143.                font-size: 1.25rem;
  144.                line-height: 1.5;
  145.                color:#fff;
  146.                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  147.                display:block;
  148.                text-align:center;
  149.                text-decoration:none;
  150.                border-radius:8px;
  151.            }
  152.  
  153.            .badge-secondary {
  154.                color: #fff;
  155.                background-color: #6c757d;
  156.            }
  157.        </style>
  158.    </head>
  159.    <body>
  160.    <div class="bb-logo-er">
  161.        <a href="https://bebee.com"><img src="https://contents.bebee.com/public/img/logovect-orange.svg" alt="orange logo" height="35px"></a>
  162.    </div>
  163.        <div class="bg-bees-page">
  164.            <div class="bg-an-bees">
  165.                <h1>
  166.                    <span> 404 <br><small> Not Found</small></span>
  167.                    <span class="shape-bee"></span>
  168.                    <span class="shape-bee"></span>
  169.                </h1>
  170.            </div>
  171.        </div>
  172.    <div class="btn">
  173.    <a href="https://bebee.com">Back to homepage</a>
  174.    </div>
  175.  
  176.    
  177.    </body>
  178. </html>
  179.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda