<!DOCTYPE html>
      <html lang="en">
        <head>
          <meta charset="UTF-8" />
          <meta name="viewport" content="width=device-width, initial-scale=1.0" />
          <title>Loading Preview</title>
          <script src="https://cdn.tailwindcss.com"></script>
        </head>
        <body class="h-screen w-screen flex flex-col items-center justify-center bg-zinc-800 text-gray-200">
          <div class="w-10 h-10 border-4 border-white/20 border-t-blue-500 rounded-full animate-spin mb-4"></div>
          <h1 class="text-lg font-medium">Preparing your preview...</h1>
        </body>
      </html>