-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelpline.html
87 lines (73 loc) · 2.93 KB
/
helpline.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Mahapur</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/github-prettify-theme.css">
</head>
<body class="code-snippets-visible">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<section class="header">
<h4 class="title">Sangli Kolhapur Flood Relief Helplines</h4>
</section>
<div class="navbar-spacer"></div>
<!-- Tables -->
<div class="docs-section" id="tables">
<p>Please contact on following numbers</p>
<div class="docs-example">
<table class="u-full-width">
<thead>
<tr>
<th>Committee</th>
<th>Name</th>
<th>Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>Maharashtra Govt. control room</td>
<td>-</td>
<td>9881041354</td>
</tr>
<tr>
<td>Sangli-Miraj-Kupwad Corporation</td>
<td>-</td>
<td>8080076598<br>
8080076625<br>
8080083426<br>
8080072625
</td>
</tr>
<tr>
<td>NAAM foundation</td>
<td>-</td>
<td>9881041354</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>