-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (37 loc) · 1.26 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css">
<title>Contact Us</title>
<link rel = "icon" href="logob.png" type = "image/x-icon">
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="nav_bar">
<ul>
<div class="logo"><li><a href = "home.html"><img src = "logob.png"></a></li></div>
<li><a href = "#">Problems</a></li>
<li><a href = "#">Contest</a></li>
<li><a href = "discuss.html">Discuss</a></li>
<li><a href = "contact.html">Contact</a></li>
<li><a href = "#">Leaderboard</a></li>
<li style="float: right;"><a href = "#">Logout</a></li>
<li style="float: right;"><a href = "#">Profile</a></li>
</ul>
</div>
<div id="con">
Approach Us <br>
E-mail: [email protected] / [email protected] <br>
Phone No: +91 8754346951 / +91 8754346961 <br><br>
Post your queries here: <br>
<textarea id="ta" cols="60" rows="10"></textarea>
<br>
<button class="buton">Submit</button>
</div>
<footer>
copyright © 2021, Samit_Sulav_Bikalp_Rayyan
</footer>
</body>
</html>