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://www.yourspiritualcoffee.com/blog/what-is-akashic-record

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>404 - Page Not Found</title>
  8.    <style>
  9.        * {
  10.            -webkit-box-sizing: border-box;
  11.            box-sizing: border-box;
  12.        }
  13.        
  14.        body {
  15.            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  16.            margin: 0;
  17.            padding: 0;
  18.            background: #000;
  19.            color: white;
  20.            display: grid;
  21.            min-height: 100vh;
  22.            place-content: center;
  23.            overflow: hidden;
  24.            -webkit-font-smoothing: antialiased;
  25.            -moz-osx-font-smoothing: grayscale;
  26.        }
  27.        
  28.        .spotlight {
  29.            position: fixed;
  30.            left: 0;
  31.            right: 0;
  32.            bottom: -30vh;
  33.            background: linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);
  34.            filter: blur(20vh);
  35.            height: 40vh;
  36.            z-index: 10;
  37.        }
  38.        
  39.        .error-container {
  40.            max-width: 520px;
  41.            text-align: center;
  42.            z-index: 20;
  43.            position: relative;
  44.        }
  45.        
  46.        .error-code {
  47.            font-size: 8rem;
  48.            font-weight: 500;
  49.            margin-bottom: 2rem;
  50.            line-height: 1;
  51.            letter-spacing: -0.025em;
  52.        }
  53.        
  54.        .error-message {
  55.            font-size: 1.25rem;
  56.            font-weight: 300;
  57.            margin-bottom: 4rem;
  58.            line-height: 1.375;
  59.            padding: 0 2rem;
  60.        }
  61.        
  62.        @media (min-width: 640px) {
  63.            .error-code {
  64.                font-size: 10rem;
  65.            }
  66.            
  67.            .error-message {
  68.                font-size: 2.25rem;
  69.                padding: 0;
  70.            }
  71.        }
  72.        
  73.        /* Dark theme classes to match error.vue */
  74.        .font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
  75.        .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  76.        .dark { color-scheme: dark; }
  77.        .text-white { color: rgb(255 255 255); }
  78.        .grid { display: grid; }
  79.        .min-h-screen { min-height: 100vh; }
  80.        .place-content-center { place-content: center; }
  81.        .overflow-hidden { overflow: hidden; }
  82.    </style>
  83. </head>
  84. <body class="font-sans antialiased dark text-white grid min-h-screen place-content-center overflow-hidden" data-v-573335c0="">
  85.    <div class="spotlight"></div>
  86.    <div class="error-container">
  87.        <h1 class="error-code">404</h1>
  88.        <p class="error-message">Page not found!</p>
  89.    </div>
  90. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"d56c0fb9091e40fc8f3829f8a67134fa","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  91. </body>
  92. </html>
  93.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda