-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
39 lines (31 loc) · 1.82 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
<!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>
<center><img src="https://img.freepik.com/free-vector/detailed-travel-logo_23-2148616611.jpg?size=338&ext=jpg&ga=GA1.1.735520172.1710633600&semt=ais" alt="" width="200" height="200"></center>
<center><h2><u>'Your Travelling Agency'</u></h2></center>
<center><a href="index.html">HOME</a>
<a href="About.html">WHO WE ARE</a>
<a href="About2.html">WHAT WE DO</a>
<a href="Experiences.html">EXPERIENCES</a>
<a href="Contact.html">CONTACT</a></center>
<center><h2>LEAVE YOUR MESSAGE</h2></center><br>
<center><form action="">
<input type="text" name="" id="" placeholder="Name *" required size="50"><br><br>
<input type="text" name="" id="" placeholder="Email *" required size="50"><br><br>
<textarea name="" id="" cols="47" rows="6">Message</textarea></center>
<center>
<button>SEND</button></center>
</form><br><br>
<h5>Rimsha Altaf <br>
Roll no. 7615</h5>
<img src="img.jpeg" alt="" sizes="100" width="100">
</body>
</html>