-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="contact.css">
<link rel="icon" href="favicon-16x16.png">
</head>
<body>
<img class="ic" src="favicon-32x32.png" alt="icon">
<div>
<a href="info.html"><span class="Home">Home</span></a>
<a href="about.html"><span class="About">About</span></a>
<a href="contact.html"><span class="Contact">Contact</span></a>
</div>
<hr>
<h1>Contact Us</h1>
<div class="d">
<form class="fm" action="GET" method="GET">
Your Name : <input type=" text" class="t1" name="Your Name"><br>
Your Email : <input type="email" class="email" ><br>
Comment : <input type="text" class="t2"><br>
<input type="submit" class="btn"><br>
</form>
<div class="d1">
<h2>Ajay Kumar</h2>
<p>-Developer</p>
<img class="i1" src="img/3 (1).png" alt="email"><span>[email protected]</span>
</div>
</div>
</body>
</html>