-
Notifications
You must be signed in to change notification settings - Fork 1
/
content-fifth.php
82 lines (79 loc) · 1.86 KB
/
content-fifth.php
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
<div class="bb-item" id="item5">
<div class="content">
<div class="scroller">
<style>
.pure-button-secondary {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pure-button-secondary {
background: rgb(66, 184, 221); /* this is a light blue */
}</style>
<h2><center>Call Milkhaa Call!</center></h2>
<center>
<table class="pure-table pure-table-bordered">
<thead>
<tr>
<th>#</th>
<th>General Enquiries</th>
<th>Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Ambulance</td>
<td>102</td>
</tr>
<tr>
<td>2</td>
<td>Emergency Response Service</td>
<td>108</td>
</tr>
<tr>
<td>3</td>
<td>Local Police</td>
<td>100</td>
</tr>
<tr>
<td>4</td>
<td>Fire Service</td>
<td>101</td>
</tr>
</tbody>
</table>
<table class="pure-table pure-table-bordered">
<thead>
<tr>
<th>#</th>
<th>Type</th>
<th>Numbers</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Passport Facilities</td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>RTO Call Center</td>
<td>040-23312985</td>
</tr>
<tr>
<td>3</td>
<td>Hospitals</td>
<td>040-23607777</td>
</tr>
<tr>
<td>4</td>
<td>Call Cabs</td>
<td>040- 28889999</td>
</tr>
</tbody>
</table></center>
</div>
</div>
</div>