Commit
·
b5a1241
1
Parent(s):
1b86d8a
Update blog post with local images and Markdown support
Browse files- requirements.txt +1 -0
- templates/about.html +8 -8
- templates/chat.html +4 -4
- templates/docs.html +6 -6
- templates/index.html +7 -7
- templates/login.html +5 -5
- templates/register.html +5 -5
requirements.txt
CHANGED
|
@@ -22,6 +22,7 @@ transformers==4.43.3
|
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|
|
|
|
| 25 |
protobuf==3.19.6
|
| 26 |
fastapi-users[sqlalchemy]>=13.0.0
|
| 27 |
sqlalchemy>=2.0.0
|
|
|
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|
| 25 |
+
itsdangerous
|
| 26 |
protobuf==3.19.6
|
| 27 |
fastapi-users[sqlalchemy]>=13.0.0
|
| 28 |
sqlalchemy>=2.0.0
|
templates/about.html
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>About MGZon AI – Our Story</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="About MGZon AI – Our Story">
|
| 15 |
<meta property="og:description" content="Learn about MGZon AI, its founder Mark Al-Asfar, and our mission to innovate in AI and e-commerce.">
|
| 16 |
-
<meta property="og:image" content="static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/about">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="About MGZon AI – Our Story">
|
| 22 |
<meta name="twitter:description" content="Learn about MGZon AI, its founder Mark Al-Asfar, and our mission to innovate in AI and e-commerce.">
|
| 23 |
-
<meta name="twitter:image" content="static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"@type": "Organization",
|
| 29 |
"name": "MGZon AI",
|
| 30 |
"url": "https://mgzon-mgzon-app.hf.space",
|
| 31 |
-
"logo": "static/images/mg.svg",
|
| 32 |
"founder": {
|
| 33 |
"@type": "Person",
|
| 34 |
"name": "Mark Al-Asfar",
|
|
@@ -99,7 +99,7 @@
|
|
| 99 |
<!-- Sidebar -->
|
| 100 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 101 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 102 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 103 |
<nav class="flex flex-col gap-3">
|
| 104 |
<a href="/" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">Home</a>
|
| 105 |
<a href="/docs" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">API Documentation</a>
|
|
@@ -114,7 +114,7 @@
|
|
| 114 |
<main class="flex-1 md:ml-64 p-6 main-content">
|
| 115 |
<section class="container max-w-6xl mx-auto">
|
| 116 |
<div class="text-center py-12">
|
| 117 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 118 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">About MGZon AI</h1>
|
| 119 |
<p class="text-lg max-w-2xl mx-auto mb-8">Founded by Mark Al-Asfar in Alexandria, Egypt, MGZon AI is revolutionizing e-commerce and coding with AI-driven solutions.</p>
|
| 120 |
</div>
|
|
@@ -130,7 +130,7 @@
|
|
| 130 |
<section class="my-12">
|
| 131 |
<h2 class="text-3xl font-bold text-center mb-8">Meet Our Founder</h2>
|
| 132 |
<div class="glass p-6 text-center">
|
| 133 |
-
<img src="static/images/mg.svg" alt="Mark Al-Asfar" class="w-24 h-24 mx-auto mb-4 rounded-full">
|
| 134 |
<h3 class="text-xl font-semibold mb-2">Mark Al-Asfar</h3>
|
| 135 |
<p class="mb-4">A visionary developer from Alexandria, Mark Al-Asfar founded MGZon AI to bridge the gap between AI innovation and practical applications in coding and e-commerce.</p>
|
| 136 |
<a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Learn More About Mark</a>
|
|
@@ -178,7 +178,7 @@
|
|
| 178 |
<!-- Footer -->
|
| 179 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 180 |
<div class="container max-w-6xl mx-auto text-center">
|
| 181 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 182 |
<p class="mb-4">
|
| 183 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 184 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
|
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>About MGZon AI – Our Story</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="About MGZon AI – Our Story">
|
| 15 |
<meta property="og:description" content="Learn about MGZon AI, its founder Mark Al-Asfar, and our mission to innovate in AI and e-commerce.">
|
| 16 |
+
<meta property="og:image" content="/static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/about">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="About MGZon AI – Our Story">
|
| 22 |
<meta name="twitter:description" content="Learn about MGZon AI, its founder Mark Al-Asfar, and our mission to innovate in AI and e-commerce.">
|
| 23 |
+
<meta name="twitter:image" content="/static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
|
|
| 28 |
"@type": "Organization",
|
| 29 |
"name": "MGZon AI",
|
| 30 |
"url": "https://mgzon-mgzon-app.hf.space",
|
| 31 |
+
"logo": "/static/images/mg.svg",
|
| 32 |
"founder": {
|
| 33 |
"@type": "Person",
|
| 34 |
"name": "Mark Al-Asfar",
|
|
|
|
| 99 |
<!-- Sidebar -->
|
| 100 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 101 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 102 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 103 |
<nav class="flex flex-col gap-3">
|
| 104 |
<a href="/" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">Home</a>
|
| 105 |
<a href="/docs" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">API Documentation</a>
|
|
|
|
| 114 |
<main class="flex-1 md:ml-64 p-6 main-content">
|
| 115 |
<section class="container max-w-6xl mx-auto">
|
| 116 |
<div class="text-center py-12">
|
| 117 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 118 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">About MGZon AI</h1>
|
| 119 |
<p class="text-lg max-w-2xl mx-auto mb-8">Founded by Mark Al-Asfar in Alexandria, Egypt, MGZon AI is revolutionizing e-commerce and coding with AI-driven solutions.</p>
|
| 120 |
</div>
|
|
|
|
| 130 |
<section class="my-12">
|
| 131 |
<h2 class="text-3xl font-bold text-center mb-8">Meet Our Founder</h2>
|
| 132 |
<div class="glass p-6 text-center">
|
| 133 |
+
<img src="/static/images/mg.svg" alt="Mark Al-Asfar" class="w-24 h-24 mx-auto mb-4 rounded-full">
|
| 134 |
<h3 class="text-xl font-semibold mb-2">Mark Al-Asfar</h3>
|
| 135 |
<p class="mb-4">A visionary developer from Alexandria, Mark Al-Asfar founded MGZon AI to bridge the gap between AI innovation and practical applications in coding and e-commerce.</p>
|
| 136 |
<a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Learn More About Mark</a>
|
|
|
|
| 178 |
<!-- Footer -->
|
| 179 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 180 |
<div class="container max-w-6xl mx-auto text-center">
|
| 181 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 182 |
<p class="mb-4">
|
| 183 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 184 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
templates/chat.html
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
<meta name="robots" content="index, follow" />
|
| 10 |
<title>MGZon Chatbot – AI Assistant</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
|
| 12 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg" />
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="MGZon Chatbot – AI Assistant" />
|
| 15 |
<meta property="og:description" content="Chat with MGZon Chatbot for coding, analysis, and e-commerce queries with text, image, and audio support." />
|
| 16 |
-
<meta property="og:image" content="static/images/mg.svg" />
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/chat" />
|
| 18 |
<meta property="og:type" content="website" />
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image" />
|
| 21 |
<meta name="twitter:title" content="MGZon Chatbot – AI Assistant" />
|
| 22 |
<meta name="twitter:description" content="Chat with MGZon Chatbot for coding, analysis, and e-commerce queries with text, image, and audio support." />
|
| 23 |
-
<meta name="twitter:image" content="static/images/mg.svg
|
| 24 |
|
| 25 |
" />
|
| 26 |
<!-- JSON-LD -->
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
</head>
|
| 40 |
<body>
|
| 41 |
<div id="mainHeader" style="display: flex; align-items: center; justify-content: center; padding: 20px;">
|
| 42 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" style="width: 100px; margin-bottom: 10px;">
|
| 43 |
<h1>MGZon Chatbot</h1>
|
| 44 |
</div>
|
| 45 |
<div id="chatHeader" style="display: none;" aria-hidden="true">
|
|
|
|
| 9 |
<meta name="robots" content="index, follow" />
|
| 10 |
<title>MGZon Chatbot – AI Assistant</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
|
| 12 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg" />
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="MGZon Chatbot – AI Assistant" />
|
| 15 |
<meta property="og:description" content="Chat with MGZon Chatbot for coding, analysis, and e-commerce queries with text, image, and audio support." />
|
| 16 |
+
<meta property="og:image" content="/static/images/mg.svg" />
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/chat" />
|
| 18 |
<meta property="og:type" content="website" />
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image" />
|
| 21 |
<meta name="twitter:title" content="MGZon Chatbot – AI Assistant" />
|
| 22 |
<meta name="twitter:description" content="Chat with MGZon Chatbot for coding, analysis, and e-commerce queries with text, image, and audio support." />
|
| 23 |
+
<meta name="twitter:image" content="/static/images/mg.svg
|
| 24 |
|
| 25 |
" />
|
| 26 |
<!-- JSON-LD -->
|
|
|
|
| 39 |
</head>
|
| 40 |
<body>
|
| 41 |
<div id="mainHeader" style="display: flex; align-items: center; justify-content: center; padding: 20px;">
|
| 42 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" style="width: 100px; margin-bottom: 10px;">
|
| 43 |
<h1>MGZon Chatbot</h1>
|
| 44 |
</div>
|
| 45 |
<div id="chatHeader" style="display: none;" aria-hidden="true">
|
templates/docs.html
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>API Documentation - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="API Documentation - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Explore MGZon Chatbot API documentation for integrating AI-powered code generation and e-commerce tools.">
|
| 16 |
-
<meta property="og:image" content="static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/docs">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="API Documentation - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Explore MGZon Chatbot API documentation for integrating AI-powered code generation and e-commerce tools.">
|
| 23 |
-
<meta name="twitter:image" content="
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
@@ -96,7 +96,7 @@
|
|
| 96 |
<!-- Sidebar -->
|
| 97 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 98 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 99 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 100 |
<nav class="flex flex-col gap-3">
|
| 101 |
<a href="/" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">Home</a>
|
| 102 |
<a href="/docs" class="px-4 py-2 rounded-lg bg-emerald-600">API Documentation</a>
|
|
@@ -111,7 +111,7 @@
|
|
| 111 |
<main class="flex-1 md:ml-64 p-6 main-content">
|
| 112 |
<section class="container max-w-6xl mx-auto">
|
| 113 |
<div class="text-center py-12">
|
| 114 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 115 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">About MGZon AI by Mark Al-Asfar</h1>
|
| 116 |
MGZon Chatbot API Documentation
|
| 117 |
</h1>
|
|
@@ -183,7 +183,7 @@ curl -X POST "https://mgzon-mgzon-app.hf.space/web_search" \
|
|
| 183 |
<!-- Footer -->
|
| 184 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 185 |
<div class="container max-w-6xl mx-auto text-center">
|
| 186 |
-
<img src="static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 187 |
<p class="mb-4">
|
| 188 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 189 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
|
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>API Documentation - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="API Documentation - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Explore MGZon Chatbot API documentation for integrating AI-powered code generation and e-commerce tools.">
|
| 16 |
+
<meta property="og:image" content="/static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/docs">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="API Documentation - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Explore MGZon Chatbot API documentation for integrating AI-powered code generation and e-commerce tools.">
|
| 23 |
+
<meta name="twitter:image" content="/static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
|
|
| 96 |
<!-- Sidebar -->
|
| 97 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 98 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 99 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 100 |
<nav class="flex flex-col gap-3">
|
| 101 |
<a href="/" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">Home</a>
|
| 102 |
<a href="/docs" class="px-4 py-2 rounded-lg bg-emerald-600">API Documentation</a>
|
|
|
|
| 111 |
<main class="flex-1 md:ml-64 p-6 main-content">
|
| 112 |
<section class="container max-w-6xl mx-auto">
|
| 113 |
<div class="text-center py-12">
|
| 114 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 115 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">About MGZon AI by Mark Al-Asfar</h1>
|
| 116 |
MGZon Chatbot API Documentation
|
| 117 |
</h1>
|
|
|
|
| 183 |
<!-- Footer -->
|
| 184 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 185 |
<div class="container max-w-6xl mx-auto text-center">
|
| 186 |
+
<img src="/static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 187 |
<p class="mb-4">
|
| 188 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 189 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
templates/index.html
CHANGED
|
@@ -10,18 +10,18 @@ United States, FastAPI, Gradio">
|
|
| 10 |
<meta name="robots" content="index, follow">
|
| 11 |
<title>MGZon Chatbot – Powered by AI</title>
|
| 12 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 13 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg">
|
| 14 |
<!-- Open Graph -->
|
| 15 |
<meta property="og:title" content="MGZon Chatbot – AI-Powered Solutions">
|
| 16 |
<meta property="og:description" content="Explore MGZon Chatbot for code generation, web search, and e-commerce solutions by Mark Al-Asfar.">
|
| 17 |
-
<meta property="og:image" content="static/images/mg.svg">
|
| 18 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/">
|
| 19 |
<meta property="og:type" content="website">
|
| 20 |
<!-- Twitter Card -->
|
| 21 |
<meta name="twitter:card" content="summary_large_image">
|
| 22 |
<meta name="twitter:title" content="MGZon Chatbot – AI-Powered Solutions">
|
| 23 |
<meta name="twitter:description" content="Explore MGZon Chatbot for code generation, web search, and e-commerce solutions by Mark Al-Asfar.">
|
| 24 |
-
<meta name="twitter:image" content="static/images/mg.svg">
|
| 25 |
<!-- JSON-LD -->
|
| 26 |
<script type="application/ld+json">
|
| 27 |
{
|
|
@@ -41,7 +41,7 @@ United States, FastAPI, Gradio">
|
|
| 41 |
"name": "MGZon AI",
|
| 42 |
"logo": {
|
| 43 |
"@type": "ImageObject",
|
| 44 |
-
"url": "static/images/mg.svg"
|
| 45 |
}
|
| 46 |
}
|
| 47 |
}
|
|
@@ -118,7 +118,7 @@ United States, FastAPI, Gradio">
|
|
| 118 |
<!-- Sidebar -->
|
| 119 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 120 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 121 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 122 |
<nav class="flex flex-col gap-3">
|
| 123 |
<a href="/" class="px-4 py-2 rounded-lg bg-emerald-600">Home</a>
|
| 124 |
<a href="/docs" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">API Documentation</a>
|
|
@@ -134,7 +134,7 @@ United States, FastAPI, Gradio">
|
|
| 134 |
<section class="container max-w-6xl mx-auto">
|
| 135 |
<!-- Hero -->
|
| 136 |
<div class="text-center py-12">
|
| 137 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 138 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 139 |
Welcome to MGZon Chatbot 🚀
|
| 140 |
</h1>
|
|
@@ -235,7 +235,7 @@ United States. Ready to code smarter and shop better?
|
|
| 235 |
<!-- Footer -->
|
| 236 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 237 |
<div class="container max-w-6xl mx-auto text-center">
|
| 238 |
-
<img src="static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 239 |
<p class="mb-4">
|
| 240 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 241 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
|
|
|
| 10 |
<meta name="robots" content="index, follow">
|
| 11 |
<title>MGZon Chatbot – Powered by AI</title>
|
| 12 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 13 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg">
|
| 14 |
<!-- Open Graph -->
|
| 15 |
<meta property="og:title" content="MGZon Chatbot – AI-Powered Solutions">
|
| 16 |
<meta property="og:description" content="Explore MGZon Chatbot for code generation, web search, and e-commerce solutions by Mark Al-Asfar.">
|
| 17 |
+
<meta property="og:image" content="/static/images/mg.svg">
|
| 18 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/">
|
| 19 |
<meta property="og:type" content="website">
|
| 20 |
<!-- Twitter Card -->
|
| 21 |
<meta name="twitter:card" content="summary_large_image">
|
| 22 |
<meta name="twitter:title" content="MGZon Chatbot – AI-Powered Solutions">
|
| 23 |
<meta name="twitter:description" content="Explore MGZon Chatbot for code generation, web search, and e-commerce solutions by Mark Al-Asfar.">
|
| 24 |
+
<meta name="twitter:image" content="/static/images/mg.svg">
|
| 25 |
<!-- JSON-LD -->
|
| 26 |
<script type="application/ld+json">
|
| 27 |
{
|
|
|
|
| 41 |
"name": "MGZon AI",
|
| 42 |
"logo": {
|
| 43 |
"@type": "ImageObject",
|
| 44 |
+
"url": "/static/images/mg.svg"
|
| 45 |
}
|
| 46 |
}
|
| 47 |
}
|
|
|
|
| 118 |
<!-- Sidebar -->
|
| 119 |
<aside id="sidebar" class="sidebar fixed inset-y-0 left-0 w-64 bg-gradient-to-b from-teal-800 to-emerald-900 p-6 flex flex-col overflow-y-auto z-40">
|
| 120 |
<button id="closeSidebar" class="md:hidden text-white text-2xl absolute top-4 right-4" aria-label="Close sidebar">✕</button>
|
| 121 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="logo w-20 h-20 mx-auto mb-8 animate-pulse">
|
| 122 |
<nav class="flex flex-col gap-3">
|
| 123 |
<a href="/" class="px-4 py-2 rounded-lg bg-emerald-600">Home</a>
|
| 124 |
<a href="/docs" class="px-4 py-2 rounded-lg hover:bg-emerald-600 transition">API Documentation</a>
|
|
|
|
| 134 |
<section class="container max-w-6xl mx-auto">
|
| 135 |
<!-- Hero -->
|
| 136 |
<div class="text-center py-12">
|
| 137 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 138 |
<h1 class="text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 139 |
Welcome to MGZon Chatbot 🚀
|
| 140 |
</h1>
|
|
|
|
| 235 |
<!-- Footer -->
|
| 236 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8">
|
| 237 |
<div class="container max-w-6xl mx-auto text-center">
|
| 238 |
+
<img src="/static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 239 |
<p class="mb-4">
|
| 240 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 241 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
templates/login.html
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>Login - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="Login - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Login to MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 16 |
-
<meta property="og:image" content="static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/login">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="Login - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Login to MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 23 |
-
<meta name="twitter:image" content="static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
@@ -82,7 +82,7 @@
|
|
| 82 |
</head>
|
| 83 |
<body class="text-white min-h-screen flex flex-col justify-center items-center">
|
| 84 |
<div class="container max-w-md mx-auto text-center py-12">
|
| 85 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 86 |
<h1 class="text-4xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 87 |
Login to MGZon Chatbot
|
| 88 |
</h1>
|
|
@@ -109,7 +109,7 @@
|
|
| 109 |
</div>
|
| 110 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8 w-full">
|
| 111 |
<div class="container max-w-6xl mx-auto text-center">
|
| 112 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 113 |
<p class="mb-4">
|
| 114 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 115 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
|
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>Login - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="Login - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Login to MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 16 |
+
<meta property="og:image" content="/static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/login">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="Login - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Login to MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 23 |
+
<meta name="twitter:image" content="/static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
|
|
| 82 |
</head>
|
| 83 |
<body class="text-white min-h-screen flex flex-col justify-center items-center">
|
| 84 |
<div class="container max-w-md mx-auto text-center py-12">
|
| 85 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 86 |
<h1 class="text-4xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 87 |
Login to MGZon Chatbot
|
| 88 |
</h1>
|
|
|
|
| 109 |
</div>
|
| 110 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8 w-full">
|
| 111 |
<div class="container max-w-6xl mx-auto text-center">
|
| 112 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 113 |
<p class="mb-4">
|
| 114 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 115 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
templates/register.html
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>Register - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
-
<link rel="apple-touch-icon" href="static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="Register - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Register for MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 16 |
-
<meta property="og:image" content="static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/register">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="Register - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Register for MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 23 |
-
<meta name="twitter:image" content="static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
@@ -77,7 +77,7 @@
|
|
| 77 |
</head>
|
| 78 |
<body class="text-white min-h-screen flex flex-col justify-center items-center">
|
| 79 |
<div class="container max-w-md mx-auto text-center py-12">
|
| 80 |
-
<img src="static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 81 |
<h1 class="text-4xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 82 |
Register for MGZon Chatbot
|
| 83 |
</h1>
|
|
@@ -105,7 +105,7 @@
|
|
| 105 |
</div>
|
| 106 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8 w-full">
|
| 107 |
<div class="container max-w-6xl mx-auto text-center">
|
| 108 |
-
<img src="static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 109 |
<p class="mb-4">
|
| 110 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 111 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|
|
|
|
| 9 |
<meta name="robots" content="index, follow">
|
| 10 |
<title>Register - MGZon Chatbot</title>
|
| 11 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 12 |
+
<link rel="apple-touch-icon" href="/static/images/mg.svg">
|
| 13 |
<!-- Open Graph -->
|
| 14 |
<meta property="og:title" content="Register - MGZon Chatbot">
|
| 15 |
<meta property="og:description" content="Register for MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 16 |
+
<meta property="og:image" content="/static/images/mg.svg">
|
| 17 |
<meta property="og:url" content="https://mgzon-mgzon-app.hf.space/register">
|
| 18 |
<meta property="og:type" content="website">
|
| 19 |
<!-- Twitter Card -->
|
| 20 |
<meta name="twitter:card" content="summary_large_image">
|
| 21 |
<meta name="twitter:title" content="Register - MGZon Chatbot">
|
| 22 |
<meta name="twitter:description" content="Register for MGZon Chatbot to access AI-powered code generation and e-commerce tools.">
|
| 23 |
+
<meta name="twitter:image" content="/static/images/mg.svg">
|
| 24 |
<!-- JSON-LD -->
|
| 25 |
<script type="application/ld+json">
|
| 26 |
{
|
|
|
|
| 77 |
</head>
|
| 78 |
<body class="text-white min-h-screen flex flex-col justify-center items-center">
|
| 79 |
<div class="container max-w-md mx-auto text-center py-12">
|
| 80 |
+
<img src="/static/images/mg.svg" alt="MGZon Chatbot Logo by Mark Al-Asfar" class="w-32 h-32 mx-auto mb-6 animate-bounce">
|
| 81 |
<h1 class="text-4xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-emerald-400">
|
| 82 |
Register for MGZon Chatbot
|
| 83 |
</h1>
|
|
|
|
| 105 |
</div>
|
| 106 |
<footer class="bg-gradient-to-r from-teal-900 to-emerald-900 py-12 mt-8 w-full">
|
| 107 |
<div class="container max-w-6xl mx-auto text-center">
|
| 108 |
+
<img src="/static/images/mg.svg" alt="MGZon Logo" class="w-24 h-24 mx-auto mb-6 animate-pulse">
|
| 109 |
<p class="mb-4">
|
| 110 |
Developed by <a href="https://mark-elasfar.web.app/" target="_blank" class="text-emerald-300 hover:underline">Mark Al-Asfar</a>
|
| 111 |
| Powered by <a href="https://hager-zon.vercel.app/" target="_blank" class="text-emerald-300 hover:underline">MGZon AI</a>
|