"\n<!DOCTYPE html>\n<html>\n<head><title>AffilCMS v5.0</title>\n<script src=\"https://cdn.tailwindcss.com\"></script>\n</head>\n<body class=\"bg-gradient-to-br from-indigo-50 to-blue-50 min-h-screen flex items-center justify-center p-8\">\n<div class=\"max-w-3xl mx-auto bg-white shadow-2xl rounded-3xl p-10 text-center\">\n  <h1 class=\"text-5xl font-black mb-6 text-indigo-700\">AffilCMS v5.0 ✅</h1>\n  <p class=\"text-xl text-gray-700 mb-8\">Core app running. Admin login below.</p>\n  <a href=\"/admin\" class=\"inline-block bg-indigo-600 text-white px-8 py-3 rounded-xl text-lg font-semibold hover:bg-indigo-700\">\n    Go to Admin Login\n  </a>\n  <p class=\"mt-8 text-sm text-gray-500\">Domain: <strong>cms.designbyfahad.com</strong></p>\n</div>\n</body>\n</html>\n"