<!DOCTYPE html>
<html>
<head>
    <title>Error - Something went wrong</title>
    <meta charset="UTF-8">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100 flex items-center justify-center h-screen">
    <div class="bg-white p-8 rounded shadow-md text-center max-w-md w-full">
        <h1 class="text-3xl font-bold text-red-600 mb-4">Oops! Something went wrong.</h1>

        <p class="text-gray-700 mb-2">
            <strong>Error:</strong> <span>No static resource sitemap.xml.</span>
        </p>

        <p class="text-gray-500 mb-4">Please try again later or contact support if the problem persists.</p>

        <a href="/" class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded">Back to Home</a>
    </div>
</body>
</html>
