-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
executable file
·94 lines (78 loc) · 2.33 KB
/
help.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
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>DASM</title>
<script src="typed.js" type="text/javascript"></script>
<script src="chatbotp1.js"></script>
<link href="style.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
</head>
<body>
<div id="nav1" style="height: 25px;width: 100%; background-color: black; color: white;font-size: 17px;">
<span style="margin-left: 3%; font-weight: lighter; padding-top: 17px;">Dehradun | English | <span style="color: red;">♥</span></span>
<span style="float: right;margin-right: 3%; font-weight: lighter; padding-top: 5px;">22nd February 2019</span>
</div>
<div class="navbar" style="margin-top: 20px; font-weight: bolder;">
<span>
<ul style="list-style-type: none; display: inline-flex; font-weight: bolder;">
<li style="font-size: 30px; margin-top: 23.4%">
<a href="about.html" style="color: black;">ABOUT </a>
</li>
<li style="margin:0px;">
<a href="index.html"><img src="12.png" style="width: 150px; height: 150px;"></a>
</li>
<li style="font-size: 30px; margin-top: 23.4%; margin-left: 3%">
<a href="help.html" style="color: black;">HELP</a>
</li>
</ul>
</span>
</div>
<style>
table {
border-collapse: collapse;
width: 50%;
margin-top: 10%;
margin-left: 25%;
padding: 20px;
border:solid 1px black;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {background-color: #f2f2f2;}
</style>
</head>
<body>
<table>
<tr>
<th>TYPE OF HELPLINE</th>
<th>Number</th>
</tr>
<tr>
<td>Distress Helpline</td>
<td>112</td>
</tr>
<tr>
<td>National Stress Helpline</td>
<td>1800-62-3234</td>
</tr>
<tr>
<td>Police</td>
<td>100</td>
</tr>
<tr>
<td>Exam Stress Relife</td>
<td>1800-233-4546</td>
</tr>
</table>
<div id="footer" style="height: 30px;
font-size: 15px;
color: white;
background-color: black;
width: 100%;
margin-bottom: 0px;
margin-top: 367px;">
<center><p>Made With <span style="color: red;">♥ </span>and 🔥 by <bold>Kabir Jaiswal, Aakash Bhatnagar, Abhishekh Gupta.</bold></p></center>
</div>