<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IslamGPT.pk - Coming Soon</title>
<style>
body {
margin: 0;
padding: 0;
font-family: "Inter", Arial, sans-serif;
background: linear-gradient(135deg, #e8f5f1, #d7e8ff);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: #222;
}
.card {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(12px);
border-radius: 18px;
padding: 50px 40px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
max-width: 480px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.4);
}
h1 {
margin: 0 0 10px;
font-size: 32px;
font-weight: 700;
color: #0a6847;
}
p {
font-size: 18px;
line-height: 1.6;
margin-bottom: 25px;
}
.contact-box {
margin-top: 20px;
padding: 12px 18px;
background: #0a6847;
color: white;
display: inline-block;
border-radius: 8px;
font-size: 16px;
text-decoration: none;
transition: 0.25s;
}
.contact-box:hover {
background: #0a7551;
}
.footer {
margin-top: 30px;
font-size: 14px;
color: #444;
}
</style>
</head>
<body>
<div class="card">
<h1>IslamGPT.pk</h1>
<p>
Assalamu Alaikum! 🌙<br><br>
We’re actively building an AI-powered Islamic knowledge assistant designed to help you with trusted information and thoughtful guidance.
</p>
<p><strong>InshaAllah, the website will be live in a few weeks.</strong></p>
<a class="contact-box" href="mailto:info@islamgpt.pk">Contact: info@islamgpt.pk</a>
<div class="footer">
© 2025 IslamGPT.pk — All rights reserved.
</div>
</div>
</body>
</html>