-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (43 loc) · 1.61 KB
/
contact.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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">a
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.0.1/remixicon.css" integrity="sha512-ZH3KB6wI5ADHaLaez5ynrzxR6lAswuNfhlXdcdhxsvOUghvf02zU1dAsOC6JrBTWbkE1WNDNs5Dcfz493fDMhA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>ENQUIRY || SNAX-07</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div>
<div class="img" >
<div class="img-cont" >
<p>[email protected]</p>
<h4><i class="ri-mail-line"></i>General support</h4>
</div>
<div class="img-cont">
<p>9773111257</p>
<h4><i class="ri-contacts-fill"></i> Let's Talk</h4>
</div>
<div class="img-cont">
<p>NADE NALE, MURUD-413510</p>
<h4><i class="ri-map-pin-2-fill"></i> Address</h4>
</div>
</div>
<div class="form-cont" >
<form action="https://formsubmit.co/[email protected]" method="POST" >
<p>Full Name </p>
<input type="text" name="name" required>
<p class="p1" >Email</p>
<input type="email" name="email" required>
<input type="hidden" name="_subject" value="New enquiry">
<p class="p2">Message</p>
<input type="text" name="message" >
<input type="hidden" name="_template" value="table">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://snax-07.vercel.app/thank.html">
<button onclick="back()" type="submit">Send</button>
</form>
<h2>Get In Touch</h2>
</div>
</body>
</html>