<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Nothing here</title>
  <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="h-screen flex items-center justify-center bg-gray-950 text-gray-100">
  <div class="text-center">
    <div class="mx-auto mb-6 w-16 h-16 flex items-center justify-center rounded-full bg-gray-800">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-gray-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9v2m0 4h.01M21 12A9 9 0 1 1 3 12a9 9 0 0 1 18 0z" />
      </svg>
    </div>
    <h1 class="text-2xl font-semibold mb-2">Nothing here</h1>
    <p class="text-gray-400 max-w-sm mx-auto">
      This page doesn’t exist or hasn’t been set up yet.
    </p>
  </div>
</body>
</html>