-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternet.html
More file actions
71 lines (67 loc) · 2.17 KB
/
Copy pathinternet.html
File metadata and controls
71 lines (67 loc) · 2.17 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from designing-world.com/suha-3.3.0/vendors.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 07 Jan 2025 14:37:36 GMT -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, shrink-to-fit=no">
<meta name="description" content="হৃদয়ে কেন্দুয়া">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#625AFA">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- The above tags *must* come first in the head, any other head content must come *after* these tags -->
<center><img src="img/internet.png" alt="internet" width="40%" height="auto">
<div class="table-container">
<table>
<thead>
<tr>
<th>সার্ভিস প্রোভাইডার</th>
<th>মোবাইল নম্বর</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Header 1">মিলিনিয়াম ইন্টারনেট</td>
<td data-label="Header 2">মোবাইলঃ ০১৭০১২২৬৬৬৯
</td>
</tr>
<tr>
<td data-label="Header 1">QTC Network</td>
<td data-label="Header 2">মোবাইলঃ ০১৭৩৬৭৩০৭২৬ <br>০১৭১৫৯৩৯০১৫
</td>
</tr>
<tr>
<td data-label="Header 1">ডেফিডল ইন্টারনেট</td>
<td data-label="Header 2">মোবাইলঃ ০১৯২৬৬৫৯৯৮১
</td>
</tr>
<tr>
<td data-label="Header 1">NEEP IT</td>
<td data-label="Header 2">মোবাইলঃ ০১৭১১-৪০৭০৮৫
</td>
</tr>
</tbody>
</table>
</div>
<style>
.table-container {
overflow-x: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
background-color: white;
min-width: 100%; /* Ensures horizontal scroll for small screens */
}
table, th, td {
border: 1px solid #ddd;
}
th, td {
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>