cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.158.210:80 · mmffai.com
2026-01-12 21:00
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Location: https://mmffai.com/
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=25,cfOrigin;dur=163
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AFlZZJOb7th3rrckXrB4qDdt6fNgeGFQ3BNPR39YWkNgYmQI12AdaRx8JjKjRIxOC6LJsRcfm44T1bP6T7WnYPChjRKox7bnjUU%3D"}]}
CF-RAY: 9bcf956ecd0f4325-EWR
alt-svc: h3=":443"; ma=86400
Page title: Document Moved
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://mmffai.com/">here</a><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8502f6d0b46f4e1782774d9282bf0818","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
Open service 2606:4700:3032::6815:312e:80 · mmffai.com
2026-01-12 21:00
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Location: https://mmffai.com/
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=evCUOiRE%2B2a4E5Ldbdv3hOuUZ9M2ESazgmQQiQLtnxUm9RyYLpAsO64LwxAehVoqXgrpvwCzsFgf6V%2Fq9d9HQZEjWtM0QHkkmzrRvCZQmvVTFM7hmKU%3D"}]}
CF-RAY: 9bcf956fa9a4dbd3-FRA
alt-svc: h3=":443"; ma=86400
Page title: Document Moved
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://mmffai.com/">here</a></body>
Open service 2606:4700:3032::6815:312e:443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1bnMnKv4ATud%2BF3R4MxT%2FBPWze8qt0ViCUnWPcuD85ZwQccRGihggroiTeLsfJgOZB15BaDhIW64ZkuAC0Q7t38PuzLlW4D6e0Q5ElQMLcFJwt603dA%3D"}]}
Last-Modified: Sat, 11 Oct 2025 18:52:22 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
CF-RAY: 9bcf95715cf3434e-AMS
alt-svc: h3=":443"; ma=86400
Page title: MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant</title>
<!-- External Resources -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Tailwind Configuration -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#7C3AED',
secondary: '#4F46E5',
accent: '#EC4899',
whatsapp: '#25D366'
}
}
}
}
</script>
<!-- Custom Styles -->
<style type="text/tailwindcss">
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.bg-blur {
backdrop-filter: blur(8px);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
</style>
</head>
<body class="bg-gradient-to-br from-gray-50 to-purple-50 text-gray-800 font-sans min-h-screen">
<!-- Background Decorations -->
<div class="fixed -top-40 -right-40 w-96 h-96 bg-primary/10 rounded-full blur-3xl"></div>
<div class="fixed -bottom-20 -left-20 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>
<!-- Navigation Bar -->
<header class="fixed w-full bg-white/70 bg-blur z-50 py-4 transition-all duration-300" id="navbar">
<div class="container mx-auto px-6 flex justify-between items-center">
<a href="#" class="text-xl font-bold bg-gradient-to-r from-primary to-secondary text-gradient">MMFFAI.COM</a>
<nav class="hidden md:flex items-center gap-8">
<a href="#features" class="text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="bg-gradient-to-r from-primary to-secondary text-white px-6 py-2.5 rounded-full hover:shadow-lg transition-all transform hover:-translate-y-0.5">
Get Started
</a>
</nav>
<button class="md:hidden text-gray-800 text-xl" id="menuBtn" aria-label="Menu">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white/95 bg-blur absolute w-full mt-4 rounded-b-xl shadow-sm" id="mobileMenu">
<div class="container mx-auto px-6 py-4 flex flex-col gap-4">
<a href="#features" class="py-2 text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="py-2 text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="py-3 bg-gradient-to-r from-primary to-secondary text-white text-center rounded-full">
Get Started
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="pt-36 pb-20 md:pt-48 md:pb-32 relative">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2 text-center lg:text-left">
<h1 clas
Open service 2606:4700:3037::ac43:9ed2:443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 21:00:31 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H%2FMkQcndGcgj8fpQ7qmzYQyggCrUEuT7qptqafXMyg4ADa%2FMDKhFBR6n2eVmqDtTvvY1FeLt9e5SA8nwuyGqcWL8f%2FDftCleNVPL1wrvT7AUsb4QabQ%3D"}]}
Last-Modified: Sat, 11 Oct 2025 18:52:22 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
CF-RAY: 9bcf95727fde1c44-FRA
alt-svc: h3=":443"; ma=86400
Page title: MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant</title>
<!-- External Resources -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Tailwind Configuration -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#7C3AED',
secondary: '#4F46E5',
accent: '#EC4899',
whatsapp: '#25D366'
}
}
}
}
</script>
<!-- Custom Styles -->
<style type="text/tailwindcss">
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.bg-blur {
backdrop-filter: blur(8px);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
</style>
</head>
<body class="bg-gradient-to-br from-gray-50 to-purple-50 text-gray-800 font-sans min-h-screen">
<!-- Background Decorations -->
<div class="fixed -top-40 -right-40 w-96 h-96 bg-primary/10 rounded-full blur-3xl"></div>
<div class="fixed -bottom-20 -left-20 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>
<!-- Navigation Bar -->
<header class="fixed w-full bg-white/70 bg-blur z-50 py-4 transition-all duration-300" id="navbar">
<div class="container mx-auto px-6 flex justify-between items-center">
<a href="#" class="text-xl font-bold bg-gradient-to-r from-primary to-secondary text-gradient">MMFFAI.COM</a>
<nav class="hidden md:flex items-center gap-8">
<a href="#features" class="text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="bg-gradient-to-r from-primary to-secondary text-white px-6 py-2.5 rounded-full hover:shadow-lg transition-all transform hover:-translate-y-0.5">
Get Started
</a>
</nav>
<button class="md:hidden text-gray-800 text-xl" id="menuBtn" aria-label="Menu">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white/95 bg-blur absolute w-full mt-4 rounded-b-xl shadow-sm" id="mobileMenu">
<div class="container mx-auto px-6 py-4 flex flex-col gap-4">
<a href="#features" class="py-2 text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="py-2 text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="py-3 bg-gradient-to-r from-primary to-secondary text-white text-center rounded-full">
Get Started
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="pt-36 pb-20 md:pt-48 md:pb-32 relative">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2 text-center lg:text-left">
<h1 clas
Open service 2606:4700:3037::ac43:9ed2:80 · mmffai.com
2026-01-12 21:00
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Location: https://mmffai.com/
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8z3FrLwb5QhPx9fwqMc%2FLtq8Os9y3LBUqUJAxeJN1HlphldL%2Bq%2B4gB%2B22TRkqcK6NTGL4ggAzP4neNtOyQLHAE%2FbMtAQWWNfFJTeTav%2BLbdxoX2G480%3D"}]}
CF-RAY: 9bcf956f5adbffee-AMS
alt-svc: h3=":443"; ma=86400
Page title: Document Moved
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://mmffai.com/">here</a></body>
Open service 2606:4700:3037::ac43:9ed2:8443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 21:00:50 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19541,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcf9573cf244601-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.49.46:8443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 21:00:50 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcf95739b896407-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.49.46:443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PlPQUIxgq3XcEZJHl%2BQ9k2U5tYgJ1r9mFGeGjqy8qb%2BHY%2BCKMKbbiTRT8RX7u9YL1x9p%2FDKtCSmVkVqqccIbiVt%2FkkBQ0LjmpAU%3D"}]}
Last-Modified: Sat, 11 Oct 2025 18:52:22 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
CF-RAY: 9bcf95714ffb76f9-LHR
alt-svc: h3=":443"; ma=86400
Page title: MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant</title>
<!-- External Resources -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Tailwind Configuration -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#7C3AED',
secondary: '#4F46E5',
accent: '#EC4899',
whatsapp: '#25D366'
}
}
}
}
</script>
<!-- Custom Styles -->
<style type="text/tailwindcss">
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.bg-blur {
backdrop-filter: blur(8px);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
</style>
</head>
<body class="bg-gradient-to-br from-gray-50 to-purple-50 text-gray-800 font-sans min-h-screen">
<!-- Background Decorations -->
<div class="fixed -top-40 -right-40 w-96 h-96 bg-primary/10 rounded-full blur-3xl"></div>
<div class="fixed -bottom-20 -left-20 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>
<!-- Navigation Bar -->
<header class="fixed w-full bg-white/70 bg-blur z-50 py-4 transition-all duration-300" id="navbar">
<div class="container mx-auto px-6 flex justify-between items-center">
<a href="#" class="text-xl font-bold bg-gradient-to-r from-primary to-secondary text-gradient">MMFFAI.COM</a>
<nav class="hidden md:flex items-center gap-8">
<a href="#features" class="text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="bg-gradient-to-r from-primary to-secondary text-white px-6 py-2.5 rounded-full hover:shadow-lg transition-all transform hover:-translate-y-0.5">
Get Started
</a>
</nav>
<button class="md:hidden text-gray-800 text-xl" id="menuBtn" aria-label="Menu">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white/95 bg-blur absolute w-full mt-4 rounded-b-xl shadow-sm" id="mobileMenu">
<div class="container mx-auto px-6 py-4 flex flex-col gap-4">
<a href="#features" class="py-2 text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="py-2 text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="py-3 bg-gradient-to-r from-primary to-secondary text-white text-center rounded-full">
Get Started
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="pt-36 pb-20 md:pt-48 md:pb-32 relative">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2 text-center lg:text-left">
<h1 clas
Open service 172.67.158.210:8443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 21:00:50 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcf95739fe3af0c-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3032::6815:312e:8443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 21:00:49 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bcf95738af7655e-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.49.46:80 · mmffai.com
2026-01-12 21:00
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 21:00:29 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Location: https://mmffai.com/
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=131
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TxP9WsYG4t1FY8NroS0N7pt1Mv0SkQyhztoTdU3WnnnVvSJlrClD2AGRGDXh4%2F3jOnyLyJCYzxafJoqlFm9%2F8U9sQeVB2b4DRyw%3D"}]}
CF-RAY: 9bcf956e18ee1117-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Document Moved
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://mmffai.com/">here</a><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"8502f6d0b46f4e1782774d9282bf0818","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
Open service 172.67.158.210:443 · mmffai.com
2026-01-12 21:00
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 21:00:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OQO9cJlK%2Fj55fjgJSry%2FxYfrrDu02U0jZC9vNBGRPbotr0V8bveGCots4vmNE0fe17T1RqgSSkDqkkwJj7IjfokFgT9GxSrL22w%3D"}]}
Last-Modified: Sat, 11 Oct 2025 18:52:22 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=15,cfOrigin;dur=257
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-Powered-By: ASP.NET
cf-cache-status: DYNAMIC
CF-RAY: 9bcf956f083c4314-EWR
alt-svc: h3=":443"; ma=86400
Page title: MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MMFFAI.COM - Files,Videos,Images AI Intelligent Assistant</title>
<!-- External Resources -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Tailwind Configuration -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#7C3AED',
secondary: '#4F46E5',
accent: '#EC4899',
whatsapp: '#25D366'
}
}
}
}
</script>
<!-- Custom Styles -->
<style type="text/tailwindcss">
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.bg-blur {
backdrop-filter: blur(8px);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
</style>
</head>
<body class="bg-gradient-to-br from-gray-50 to-purple-50 text-gray-800 font-sans min-h-screen">
<!-- Background Decorations -->
<div class="fixed -top-40 -right-40 w-96 h-96 bg-primary/10 rounded-full blur-3xl"></div>
<div class="fixed -bottom-20 -left-20 w-80 h-80 bg-secondary/10 rounded-full blur-3xl"></div>
<!-- Navigation Bar -->
<header class="fixed w-full bg-white/70 bg-blur z-50 py-4 transition-all duration-300" id="navbar">
<div class="container mx-auto px-6 flex justify-between items-center">
<a href="#" class="text-xl font-bold bg-gradient-to-r from-primary to-secondary text-gradient">MMFFAI.COM</a>
<nav class="hidden md:flex items-center gap-8">
<a href="#features" class="text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="bg-gradient-to-r from-primary to-secondary text-white px-6 py-2.5 rounded-full hover:shadow-lg transition-all transform hover:-translate-y-0.5">
Get Started
</a>
</nav>
<button class="md:hidden text-gray-800 text-xl" id="menuBtn" aria-label="Menu">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white/95 bg-blur absolute w-full mt-4 rounded-b-xl shadow-sm" id="mobileMenu">
<div class="container mx-auto px-6 py-4 flex flex-col gap-4">
<a href="#features" class="py-2 text-gray-600 hover:text-primary transition-colors">Features</a>
<a href="#tutorial" class="py-2 text-gray-600 hover:text-primary transition-colors">Tutorial</a>
<a href="https://wa.me/qr/ZPXWIUXL7PHXL1" class="py-3 bg-gradient-to-r from-primary to-secondary text-white text-center rounded-full">
Get Started
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="pt-36 pb-20 md:pt-48 md:pb-32 relative">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2 text-center lg:text-left">
<h1 clas