-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
43 lines (33 loc) · 1.17 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
<!DOCTYPE html>
<head>
<title>contact</title>
<meta charset="utf-8">
<link rel="stylesheet" href="contact.css">
</head>
<html>
<body>
<header>
<nav>
<span class="top-baar"><a href="project.html"> Trips </a></span>
<span class="top-baar"><a href="about.html"> About </a></span>
<span class="top-baar"><a href="#"> contact</a></span>
</nav>
</header>
<h2><center>Wanna come to my next trip ? Contact Me.</center></h2>
<form id="form">
<div>
<input class="input" type="text" name="user name" placeholder="Name"> <br>
<input class="input" type="email" name="Email" placeholder="Email"> <br>
<input class="input" type="text" name="Phone No" placeholder="Contact Number"> <br>
</div>
<button class="btn">Submit</button>
</form>
<footer>
<div class="footer">
<p class="mini-footer">created by shami</p>
<p class="mini-footer">Email: [email protected]</p>
<p class="mini-footer">Contact : 03487114127</p>
</div>
</footer>
</body>
</html>