-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrailwire.html
More file actions
101 lines (92 loc) · 3.4 KB
/
railwire.html
File metadata and controls
101 lines (92 loc) · 3.4 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="TIC-FIBER Plans Unlimited Plan Unlimited 6 Month Month "
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,500&family=Montserrat&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="railwire.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="icon" type="images/x-icon" href="images/tic-favicon.ico" />
<title>TIC</title>
</head>
<body class="back">
<div data-aos="fade-up" data-aos-duration="2000" class="container-fluid">
<h3 id="heading">Railwire Plans</h3>
</div>
<div data-aos="fade-up" data-aos-duration="2000" class="container-fluid">
<span id="offer">
<h3 ><br />Month Plan</h3>
</span>
</h1>
</div>
<div data-aos="fade-up" data-aos-duration="2000" class="container-fluid">
<table class="table table-responsive table-bordered">
<thead>
<tr>
<th scope="col"><h4 id="thead">PLAN</h4></th>
<th scope="col"><h4 id="thead">DATA</h4></th>
<th scope="col"><h4 id="thead">VALIDITY</h4></th>
<th scope="col"><h4 id="thead">PRICE</h4></th>
</tr>
</thead>
<tbody>
<tr>
<td id="size"><h4>50 mbps</h4></td>
<td id="size"><h4>Unlimited</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>499 Rs</h4></td>
</tr>
<tr>
<td id="size"><h4>60 mbps</h4></td>
<td id="size"><h4>3.3 TB-5 Mbps</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>599 Rs</h4></td>
</tr>
<tr>
<td id="size"><h4>100 mbps</h4></td>
<td id="size"><h4>1 TB-10 mbps</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>699 Rs</h4></td>
</tr>
<tr>
<td id="size"><h4>100 mbps</h4></td>
<td id="size"><h4>1.2 TB-10 mbps</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>799 Rs</h4></td>
</tr>
<tr>
<td id="size"><h4>100 mbps</h4></td>
<td id="size"><h4>3 TB-10mbps</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>1000 Rs</h4></td>
</tr>
<tr>
<td id="size"><h4>200 mbps</h4></td>
<td id="size"><h4>3.5 TB-10 mbps</h4></td>
<td id="size"><h4>30 Days</h4></td>
<td id="size"><h4>1249 Rs</h4></td>
</tr>
</tbody>
</table>
</div>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>