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>ভাই ভাই টেলিকম</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f4f4;
}
header {
background: #0d47a1;
color: white;
padding: 15px;
text-align: center;
}
nav {
background: #1565c0;
text-align: center;
padding: 10px;
}
nav a {
color: white;
margin: 0 15px;
text-decoration: none;
font-weight: bold;
}
.container {
padding: 20px;
}
.products {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.product {
background: white;
padding: 15px;
border-radius: 8px;
text-align: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.product img {
width: 100%;
height: 180px;
object-fit: cover;
}
footer {
background: #0d47a1;
color: white;
text-align: center;
padding: 10px;
margin-top: 20px;
}
.contact {
text-align: center;
padding: 20px;
background: white;
margin-top: 20px;
border-radius: 8px;
}
</style>
</head>
<body>
<header>
<h1>ভাই ভাই টেলিকম</h1>
<p>সেরা দামে অরিজিনাল মোবাইল ও ইলেকট্রনিক্স</p>
</header>
<nav>
<a href="#">হোম</a>
<a href="#">প্রোডাক্ট</a>
<a href="#">যোগাযোগ</a>
</nav>
<div class="container">
<h2>আমাদের প্রোডাক্ট</h2>
<div class="products">
<div class="product">
<img src="https://via.placeholder.com/200" alt="Phone">
<h3>Samsung Galaxy A15</h3>
<p>মূল্য: 18,500 টাকা</p>
</div>
<div class="product">
<img src="https://via.placeholder.com/200" alt="Phone">
<h3>Xiaomi Redmi 13</h3>
<p>মূল্য: 16,999 টাকা</p>
</div>
<div class="product">
<img src="https://via.placeholder.com/200" alt="Watch">
<h3>Smart Watch</h3>
<p>মূল্য: 2,500 টাকা</p>
</div>
<div class="product">
<img src="https://via.placeholder.com/200" alt="Headphone">
<h3>Wireless Headphone</h3>
<p>মূল্য: 1,200 টাকা</p>
</div>
</div>
<div class="contact">
<h2>যোগাযোগ করুন</h2>
<p>📞 মোবাইল: 01XXXXXXXXX</p>
<p>📍 ঠিকানা: আপনার দোকানের ঠিকানা এখানে</p>
</div>
</div>
<footer>
© 2026 ভাই ভাই টেলিকম | সর্বস্বত্ব সংরক্ষিত
</footer>
</body>
</html>2
2
4KB
4KB
64.0ms
136.0ms
234.0ms