-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
29 lines (28 loc) · 997 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Rehmat-e-Shereen</h1>
<h2> <a href="index.html">Home</a>
<a href="menu.html">Menu</a>
<a href="about.html">About</a>
<a href="contact.html">contact</a></h2>
<hr>
<br>
<h1><u> Contact Us</u> </h1>
<p><b>Have a question or wnat to place an Order? Get in touch with us!</b></p>
<form>
<label for="name">Name</label>
<input type="name" id="name" name="name"><br><br>
<label for="email">Email</label>
<input type="email" id="email" name="email"><br><br>
<label for="address">Message</label>
<input type="address" name="address" id="address"><br><br>
<button><a href=".html">Order</a></button>
</form>
</body>
</html>