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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" type="image/png"
        href="https://assets.strapi.io/cloud/common/c76a37521cc04a076ee8225f94f06c30b1837648/assets/icons/favicon-16x16.png" />
    <title>500 - Strapi Cloud</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap" rel="stylesheet">
    <script src="https://cdn.tailwindcss.com"></script>
</head>

<body class="bg-[#181826] min-h-screen flex flex-col items-center justify-center">
   

    <body class="min-h-screen flex flex-col items-center justify-center bg-[#1c1c2b] p-4">
        <!-- Logo -->
        <div class="mb-16">
          <div class="flex items-center justify-center gap-2">
            <img
              src="https://cloud-static.media.strapiapp.com/cold-start/assets/Strapi.full.logo.light-DF_YgrIS.png"
              alt="Strapi"
              class="h-10"
            />
          </div>
        </div>
      
        <!-- Card -->
        <div class="w-full max-w-4xl rounded-lg bg-[#2a2a3d] p-12 shadow-sm">
          <!-- Icon -->
          <div class="mb-3 flex justify-center">
            <svg
              xmlns="http://www.w3.org/2000/svg"
              viewBox="0 0 32 32"
              width="30"
              height="30"
              fill="#ee5e52"
            >
              <path
                d="M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m-1 7a1 1 0 0 1 2 0v7a1 1 0 0 1-2 0zm1 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3"
              />
            </svg>
          </div>
      
          <!-- Title -->
          <h1 class="mb-4 text-center text-3xl font-semibold text-white">
            Internal server error
          </h1>
      
       
      
          <!-- Description -->
          <div class="mx-auto mb-8 w-[90%] p-4 pl-5">
            <div class="flex flex-col items-center gap-4 text-center">
        
              <p class="text-[#a5a5ba]">
                Oops, seems like we've encountered an error. Please try reloading the page.
              </p>
              <p class="text-[#a5a5ba]">
                If the error persists, contact support via the Cloud dashboard.
              </p>
             
            </div>
          </div>
      
          <!-- CTA -->
          <div class="flex justify-center text-base">
            <button
              class="rounded  bg-[#4945ff] px-4 py-2 text-white shadow hover:bg-[#7b7ddd]"
              onClick="window.location.reload();"
            >
              Refresh
            </button>
          </div>
        </div>
      </body>
      
</body>

</html>