-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.56 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MMS Studio</title>
<meta name="description" content="MMS Studio - A creative software company focused on Android applications, full-stack web solutions, AI integration, and innovative user experiences." />
<!-- Open Graph (Facebook, LinkedIn, etc.) -->
<meta property="og:title" content="MMS Studio - Android & Web Solutions" />
<meta property="og:description" content="We build intelligent and user-friendly Android apps, web platforms, and AI-driven tools to enhance digital experiences worldwide." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/159762504?v=4" />
<meta property="og:url" content="https://sabbirmms.vercel.app" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="MMS Studio - Android & Web Solutions" />
<meta name="twitter:description" content="Explore MMS Studio – delivering creative Android apps, full-stack web development, and AI-powered digital products." />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/159762504?v=4" />
<!-- Redirect -->
<meta http-equiv="refresh" content="0; url=https://mmsstudio.vercel.app" />
<script type="text/javascript">
window.location.href = "https://mmsstudio.vercel.app";
</script>
</head>
<body>
<p>Redirecting to MMS Studio's Official Website...</p>
</body>
</html>