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://varshal.digital

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <!-- Primary Meta Tags -->
  5.  <meta charset="UTF-8" />
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  <title>Varshal.digital – Under Development</title>
  8.  <meta name="description" content="Varshal.digital is currently under development. For inquiries or details, please email mail@varshal.digital." />
  9.  <meta name="keywords" content="Varshal.digital, under development, coming soon, website maintenance, SEO, digital marketing" />
  10.  
  11.  <!-- Canonical URL -->
  12.  <link rel="canonical" href="https://varshal.digital/" />
  13.  
  14.  <!-- Open Graph / Facebook -->
  15.  <meta property="og:type" content="website" />
  16.  <meta property="og:title" content="Varshal.digital – Under Development" />
  17.  <meta property="og:description" content="Varshal.digital is currently under development. For inquiries or details, please email mail@varshal.digital." />
  18.  <meta property="og:url" content="https://varshal.digital/" />
  19.  <meta property="og:image" content="https://varshal.digital/og-image.png" />
  20.  
  21.  <!-- Twitter -->
  22.  <meta name="twitter:card" content="summary_large_image" />
  23.  <meta name="twitter:title" content="Varshal.digital – Under Development" />
  24.  <meta name="twitter:description" content="Varshal.digital is currently under development. For inquiries or details, please email mail@varshal.digital." />
  25.  <meta name="twitter:url" content="https://varshal.digital/" />
  26.  <meta name="twitter:image" content="https://varshal.digital/og-image.png" />
  27.  
  28.  <!-- Google Font -->
  29.  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet" />
  30.  
  31.  <style>
  32.    :root {
  33.      --bg-color: #f5f7fa;
  34.      --card-bg: #ffffff;
  35.      --primary: #2c3e50;
  36.      --accent: #4ca1af;
  37.      --shadow: rgba(0, 0, 0, 0.1);
  38.    }
  39.    *, *::before, *::after {
  40.      margin: 0;
  41.      padding: 0;
  42.      box-sizing: border-box;
  43.    }
  44.    html, body {
  45.      width: 100%;
  46.      height: 100%;
  47.      font-family: 'Montserrat', sans-serif;
  48.      background-color: var(--bg-color);
  49.      color: var(--primary);
  50.      display: flex;
  51.      align-items: center;
  52.      justify-content: center;
  53.    }
  54.    .card {
  55.      background: var(--card-bg);
  56.      max-width: 380px;
  57.      width: 90%;
  58.      padding: 2rem;
  59.      border-radius: 12px;
  60.      box-shadow: 0 8px 24px var(--shadow);
  61.      text-align: center;
  62.      animation: fadeIn 0.8s ease-out;
  63.    }
  64.    @keyframes fadeIn {
  65.      from { opacity: 0; transform: translateY(20px); }
  66.      to { opacity: 1; transform: translateY(0); }
  67.    }
  68.    .icon {
  69.      width: 60px;
  70.      height: 60px;
  71.      margin: 0 auto 1rem;
  72.      fill: var(--accent);
  73.      animation: rotate 4s linear infinite;
  74.    }
  75.    @keyframes rotate {
  76.      from { transform: rotate(0deg); }
  77.      to   { transform: rotate(360deg); }
  78.    }
  79.    h1 {
  80.      font-size: clamp(1.5rem, 5vw, 2rem);
  81.      font-weight: 600;
  82.      margin-bottom: 0.5rem;
  83.    }
  84.    p {
  85.      font-size: 1rem;
  86.      line-height: 1.6;
  87.      margin-bottom: 1.5rem;
  88.    }
  89.    a.button {
  90.      display: inline-block;
  91.      padding: 0.6rem 1.4rem;
  92.      border-radius: 6px;
  93.      background-color: var(--accent);
  94.      color: #fff;
  95.      font-weight: 600;
  96.      text-decoration: none;
  97.      transition: background-color 0.2s ease;
  98.    }
  99.    a.button:hover {
  100.      background-color: #3b8b9e;
  101.    }
  102.    @media (max-width: 400px) {
  103.      .card { padding: 1.5rem; }
  104.      .icon { width: 50px; height: 50px; }
  105.    }
  106.  </style>
  107. </head>
  108. <body>
  109.  <div class="card">
  110.    <!-- Simple gear icon -->
  111.    <svg class="icon" viewBox="0 0 512 512" aria-hidden="true">
  112.      <path d="M487.4 315.7l-42.6-24.6c2.8-16.2 2.8-32.9 0-49.1l42.6-24.6c8.5-4.9 11.9-15.4 8-24.3l-46.3-80.1c-3.9-8.9-13.7-13.2-23-10.2l-49.8 19.9c-13-11.2-27.3-20.5-42.6-27.4V24c0-10.5-8.5-19-19-19h-92.6c-10.5 0-19 8.5-19 19v39.2c-15.3 6.9-29.6 16.2-42.6 27.4l-49.8-19.9c-9.3-3-19.1 1.3-23 10.2l-46.3 80.1c-3.9 8.9-.5 19.4 8 24.3l42.6 24.6c-2.8 16.2-2.8 32.9 0 49.1l-42.6 24.6c-8.5 4.9-11.9 15.4-8 24.3l46.3 80.1c3.9 8.9 13.7 13.2 23 10.2l49.8-19.9c13 11.2 27.3 20.5 42.6 27.4V488c0 10.5 8.5 19 19 19h92.6c10.5 0 19-8.5 19-19v-39.2c15.3-6.9 29.6-16.2 42.6-27.4l49.8 19.9c9.3 3 19.1-1.3 23-10.2l46.3-80.1c3.9-8.9.5-19.4-8-24.3zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80c44.1 0 80 35.9 80 80s-35.9 80-80 80z"/>
  113.    </svg>
  114.  
  115.    <h1>We’re Almost Ready</h1>
  116.    <p>Our website is currently under development. We’ll be live soon — stay tuned!</p>
  117.    <a href="mailto:mail@varshal.digital" class="button">Contact Us</a>
  118.  </div>
  119. </body>
  120. </html>
  121.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda