-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScontact.html
57 lines (48 loc) · 2.19 KB
/
Scontact.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
<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">
<link rel="stylesheet" href="css\sanketstyle.css">
<link rel="icon" href="img/DP-logos_white.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/90fabed1f4.js" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<div class="section">
<div class="container">
<div class="title">
<h1>Contact Us</h1>
</div>
<div class="content">
<div class="article">
<h3>Welcome to DelhiPoint.com, The Delhi Point a place in the online environment, that is created to
provide valuable information that can help people improve their own online businesses and their
own projects, establish an effective online presence that brings new leads and clients while
creating trust & massive goodwill, and enable you to increase profits and grow.
</h3>
<p>
<br>
<br>
<b>Email</b>: [email protected] <br>
<b>Mobile</b>: 9866868695 <br>
<br>
<br>
In our team, we have young and talented individuals who have the courage to follow their dreams
united by the idea of helping as many people as possible follow their dreams and do what
inspires and recharges them.
We hope you enjoy our as much as we enjoy offering them to you. If you have any questions or
comments, please don't hesitate to contact us.
Sincerely,
www.delhipoint.com
</p>
</div>
</div>
<div class="image_sec">
<img src="img/Brand.jpg" alt="img">
</div>
</div>
</div>
</div>
</body>
</html>