-
Notifications
You must be signed in to change notification settings - Fork 0
/
or.html
46 lines (39 loc) · 1.38 KB
/
or.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="or.css">
<title>REVIVE</title>
</head>
<body>
<header>
<h1>Mental Health Helplines</h1>
</header>
<!-- Existing helpline boxes -->
<div class="helpline">
<h2>Vandrevala Foundation Helpline</h2>
<p>Phone: <a href="tel:+91 1860 2662 345">+91 1860 2662 345</a></p>
</div>
<div class="helpline">
<h2>Roshni</h2>
<p>Phone:<a href="tel:+91 91408 11114">+91 91408 11114</a></p>
</div>
<div class="helpline">
<h2>iCall</h2>
<p>Phone:<a href="tel:+91 22 2552 1111"> +91 22 2552 1111 </a>(Mon-Sat, 8 AM - 10 PM) </p>
</div>
<div class="helpline">
<h2>VIMHANS (Vidyasagar Institute of Mental Health and Neuro-Sciences)</h2>
<p>Phone: <a href="tel:+919818878308">+91 98188 78308</a></p>
</div>
<!-- Add the Emergency Contact section -->
<div class="emergency-contact">
<h2>Contact us</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<footer>
<p>For immediate assistance or emergencies, please contact your local hospital or emergency services.</p>
</footer>
</body>
</html>