Meta Description" name="description" />
<!DOCTYPE html>
<html lang="bn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hafij Jhalmuri</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}
body{
background:linear-gradient(135deg,#ff512f,#dd2476);
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;
}
.card{
width:360px;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.3);
}
.card img{
width:100%;
height:380px;
object-fit:cover;
}
.content{
padding:20px;
text-align:center;
}
h1{
color:#ff3d00;
font-size:30px;
}
.tagline{
font-size:18px;
margin:10px 0;
}
.price{
background:#ff3d00;
color:#fff;
padding:10px;
border-radius:10px;
font-size:22px;
margin:15px 0;
}
.info{
font-size:17px;
margin:8px 0;
}
.btn{
display:block;
text-decoration:none;
margin-top:12px;
padding:14px;
border-radius:10px;
color:#fff;
font-size:18px;
font-weight:bold;
}
.call{
background:#28a745;
}
.whatsapp{
background:#25D366;
}
</style>
</head>
<body>
<div class="card">
<!-- এখানে আপনার ছবির নাম দিন -->
<img src="hafij.jpg" alt="Hafij">
<div class="content">
<h1>🌶️ Hafij Jhalmuri</h1>
<p class="tagline">খিদে নয়, স্বাদের টান!</p>
<div class="price">
স্পেশাল ঝালমুড়ি – মাত্র ২০৳
</div>
<p class="info">📞 01918-027704</p>
<p class="info">📍 উত্তরা, খালপাড়</p>
<a class="btn call" href="tel:01918027704">
📞 Call Now
</a>
<a class="btn whatsapp"
href="https://wa.me/8801918027704">
💬 WhatsApp Order
</a>
</div>
</div>
</body>
</html>2
1
2KB
3KB
87.0ms
216.0ms
188.0ms