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://mosaic.bz

  1. <html>
  2.  
  3. <head>
  4.  
  5. <link rel="preconnect" href="https://fonts.googleapis.com">
  6. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  7. <link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Lexend+Giga:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
  8.  
  9. <style>
  10. * {
  11.    margin: 0;
  12.    box-sizing: border-box;
  13. }
  14.  
  15. html {
  16.    height: 100%;
  17. }
  18.  
  19. body {
  20.    height: 100%;
  21.    display: flex;
  22.    flex-direction: column;
  23.    font-family: Helvetica, Arial, sans-serif;
  24.  
  25.    background: #FFFCF5;
  26. }
  27.  
  28. .header {
  29.  
  30. }
  31.  
  32. .content-wrapper {
  33. /*  width: 700px;*/
  34.  margin: auto;
  35. }
  36.  
  37. </style>
  38.  
  39. </head>
  40.  
  41. <body>
  42.    <div class="content-wrapper">
  43.        <div class="header">
  44.            <img src="logo4.png" width="192" height="54">
  45.        </div>
  46.    </div>
  47. </body>
  48.  
  49. <script>
  50.  
  51. </script>
  52.  
  53. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda