-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact_Us.html
99 lines (79 loc) · 3.89 KB
/
Contact_Us.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
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167203605-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167203605-1');
</script>
<script data-ad-client="ca-pub-4590382844381833" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="UTF-8">
<Title>Contact Us | Day to Dayz Solutions</Title>
<link rel="stylesheet" href="CSS/css.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="container">
<header class="header">
<a href="Home.html">Day to Dayz Solutions</a>
</header>
<nav class="menu">
<a href="Home.html">Home</a>
<a href="Our_Services.html">Our Services</a>
<a href="Contact_Us.html">Contact Us</a>
</nav>
<aside>
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Our_Services.html">Our Services</a></li>
<li><a href="Contact_Us.html">Contact Us</a></li>
</ul>
</aside>
<article>
<h1 style="text-align: center">Contact Us</h1>
<p>If you have any queries related to our services,feel free to contact us at - <br/>
+91- 8290701591, +91- 9461420973 </p>
<p>You can also mail us at- [email protected]</p>
<center>
<p><big>Have any query?</big> Leave amessage for us . We will contact you soon.</p>
</center>
<div id="form">
<form method="post" netlify>
<p>
<label for="name">Name</label>
<input type="text" name="name" required>
</p>
<p>
<label for="email">Email</label>
<input type="email" name="email" required>
</p>
<P>
<label for="mobileNumber">Mob.Number</label> <input type="text" name="number" required>
</P>
<p>
<label for="query">Message</label>
<textarea name="query" rows="12" cols="30" required></textarea>
</p>
<P>
<label for="submit"></label>
<input type="submit" name="submit" id="submit" value="Send Query">
</P>
</form>
</div>
</article>
<footer>
© 2020 Site designed and managed by Praneet Dixit
</footer>
</div>
</body>
</html>