-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphonehelpline.html
62 lines (59 loc) · 1.59 KB
/
phonehelpline.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phone Helpline</title>
<link rel="stylesheet" href="phonehelp.css">
</head>
<body>
<div class="topbar">
<img src="slogan.jpeg" alt="" class="logo" height="200px">
</div>
<hr>
<div class="phone">
<a href="index.html"><span class="back">Go back</span></a>
<span class="helpline">Phone Helpline</span>
</div>
<!-- <div class="helplinephoto">
<img src="phone.jpg" alt="">
</div> -->
<div class="helplinetext">
Services are available 24*7 <br>
Call at any of the number for any query or give an email at any of the following mails.
<br><br>
</div>
<span id="no1">
(1).Name:Sumeet Kumar Singh
<br>
Number:9892385514
<br>
Email:[email protected]
</span>
<br><br><br>
<span id="no2">
(2).Name:Sujal Sawdekar
<br>
Number:9920962629
<br>
Email:[email protected]
</span>
<br><br><br>
<span id="no3">
(3).Name:Kunal Pal
<br>
Number:77738569363
<br>
Email:[email protected]
</span>
<br><br><br>
<span id="no4">
(4).Name:Raghvendra Tripathi
<br>
Number:7770051074
<br>
Email:[email protected]
</span>
</body>
</html>