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://shadowtalk.us

  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.0">
  6.        <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.        <link rel="icon" href="http://shadowtalk.us/icon.png" type="image/x-icon">
  8.        <link rel="preload" as="style" href="http://shadowtalk.us/build/assets/app-DfuHdQnf.css" /><link rel="stylesheet" href="http://shadowtalk.us/build/assets/app-DfuHdQnf.css" />        <title>Dynamic Blog Home</title>
  9.    </head>
  10.    <style>
  11.        *{
  12.            box-sizing: border-box;
  13.        }
  14.    </style>
  15.    <body>
  16.        <nav class="p-6" style="background: rgb(87,4,66);
  17. background: linear-gradient(90deg, rgba(87,4,66,1) 6%, rgba(87,7,119,1) 30%, rgba(209,42,233,1) 69%, rgba(239,0,255,1) 100%);">
  18.            <div class="container mx-auto flex justify-between items-center sticky top-0">
  19.              <!-- Logo -->
  20.              <div class="text-white text-2xl font-bold">
  21.                <a href="/">
  22.                  Dynamic Blog
  23.                </a>
  24.              </div>
  25.  
  26.            
  27.                  
  28.                <div class="text-white text-xl flex flex-row justify-between items-center">
  29.                  <a href="/category/news">News</a>
  30.                </div>
  31.                          <!-- Placeholder for future nav items -->
  32.              <div class="flex flex-row w-40 items-center justify-between">
  33.                              <div class="text-white text-lg font-bold">
  34.                    <a href="/login">
  35.                        Login
  36.                    </a>
  37.                </div>
  38.                                            </div>
  39.              </div>
  40.          </nav>
  41.          
  42.        <div class="flex flex-col items-center justify-evenly w-[100vw]">
  43.            
  44. <br>
  45. <section class="hero-container text-white py-20 flex items-center justify-center">
  46.    <div class="mx-auto px-6 text-center">
  47.        <h1 class="text-4xl font-bold mb-4 flex flex-col items-center justify-center">Welcome to Dynamic Blog</h1>
  48.    </div>
  49. </section>
  50. <br>
  51. <div class="w-[80vw] h-fit grid lg:grid-cols-3 md:grid-cols-1 sm:grid-cols-1 gap-2 p-6">
  52.    </div><br>
  53. <div class="w-[100vw] flex flex-row items-center justify-center">
  54.                    <a href="/?page=1" class="rounded-lg text-white w-8 h-8 flex items-center justify-center" style="background-color:background: rgb(87,4,66);
  55. background: linear-gradient(90deg, rgba(87,4,66,1) 6%, rgba(87,7,119,1) 30%, rgba(209,42,233,1) 69%, rgba(239,0,255,1) 100%);;">1</a>
  56.            </div><br>
  57.  
  58.        </div>
  59.  
  60.        <footer class="bg-gray-800 text-white py-4 fixed bottom-0 w-[100vw]" style="background: rgb(87,4,66);
  61. background: linear-gradient(90deg, rgba(87,4,66,1) 6%, rgba(87,7,119,1) 30%, rgba(209,42,233,1) 69%, rgba(239,0,255,1) 100%);">
  62.            <div class="container mx-auto text-center">
  63.                <p class="text-white">&copy; 2024 YourCompany. All rights reserved.</p>
  64.            </div>
  65.        </footer>
  66.    </body>
  67. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda