<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Unable to Open Link</title>

  <!-- Tailwind Play CDN Script -->
  <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
  <link rel="stylesheet" href="./css/style.css">
  <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
</head>

<body class="antialiased bg-slate-100 dark:bg-slate-900 text-slate-900 dark:text-slate-100">

  <main class="bg min-h-screen flex items-center justify-center px-4 py-10">
    <div class="w-full max-w-md">
      <div class="card">
        <div
          class="relative grid p-8 w-full text-slate-700 dark:text-slate-200 bg-white dark:bg-slate-900 text-sm rounded-xl z-1">
          <div class="flex gap-2 items-center justify-center"><img alt="" loading="lazy" width="175" height="37"
              decoding="async" data-nimg="1" style="color:transparent" src="./images/logo-light.png"><span
              class="inline-flex items-center rounded-md px-1.5 py-1 text-xs font-semibold bg-teal-500/10 text-teal-500 inset-ring inset-ring-teal-500/20">v<!-- -->4.0</span>
          </div>
          <div class="my-8 border-t border-black/25 dark:border-white/10"></div>
          <div class="flex justify-center">
            <div class="flex h-24 w-24 items-center justify-center rounded-full bg-rose-500/10">
              <div class="flex h-16 w-16 items-center justify-center rounded-full border-4 border-rose-500">
                <svg class="h-9 w-9 text-rose-500" fill="none" stroke="currentColor" stroke-width="3"
                  viewBox="0 0 24 24">
                  <path d="M18 6 6 18" />
                  <path d="m6 6 12 12" />
                </svg>
              </div>
            </div>
          </div>
          <div class="mt-8 text-center">
            <h1 class="text-xl font-bold ">Unable to Open Link</h1>
            <p class="mt-5">No link found.</p>
          </div>
          <div class="my-8 border-t border-black/25 dark:border-white/10"></div>
          <div class="footer text-center">
            Please contact your System Administrator.
          </div>
        </div>
      </div>
      <div class="flex flex-col gap-1 text-gray-300 items-center justify-center mt-8 text-[13px]">
        <p class="flex items-center leading-tight"><span class="me-1">Designed with passion, made with</span><svg
            xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="#f6339a"
            stroke="currentColor" stroke-width="0" stroke-linecap="round" stroke-linejoin="round"
            class="lucide lucide-heart" aria-hidden="true">
            <path
              d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5">
            </path>
          </svg></p>
        <p class="flex items-center"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"
            fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
            class="lucide lucide-copyright" aria-hidden="true">
            <circle cx="12" cy="12" r="10"></circle>
            <path d="M14.83 14.83a4 4 0 1 1 0-5.66"></path>
          </svg><span class="ms-1"><a href="https://somneticstech.com/" target="_blank">2025 Som Imaging Informatics
              Pvt. Ltd.</a></span></p>
      </div>
    </div>
  </main>
</body>

</html>
