bots/web/templates/404.html

15 lines
576 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bot comments - 404</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-800 text-gray-200 flex justify-center items-center min-h-screen">
<div class="w-full max-w-xl bg-gray-700 rounded-xl shadow-lg p-6 space-y-6">
<div class="text-2xl font-bold mb-4">Comment ID not in the database. 404.</div>
</div>
</body>
</html>