-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeedback.html
More file actions
51 lines (41 loc) · 1.87 KB
/
feedback.html
File metadata and controls
51 lines (41 loc) · 1.87 KB
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
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylefeed.css">
</head>
<body>
<nav>
<div class="nav-wrapper">
<div class="logo-cont"> <img src="2.png" alt=""> </div>
. <div class="navcont"> <ul class="nav-tabs">
<li class="nav-tab"> Home </li>
<li class="nav-tab"> Gallery </li>
<li class="nav-tab"> Contact Us</li>
<li class="nav-tab">About Us </li>
</ul>
</div> </div>
</nav>
<form>
<div class="feed">
<div class="heading"> Feed Back Form</div>
<input type="text" value="" placeholder="Enter your Name" id = "name-input" class="userinput">
<input type="email" value="" placeholder="Enter your email" id = "email-input" class="userinput">
<input type="tel" value="" placeholder="Phone Number" id = "nph-input" class="userinput">
<input type="text" value="" placeholder="Your Feedback" id = "feedback-input" class="userinput" >
<input type="submit" Value="Submit" id="subbutton">
<a href="index.htm"> <input type="submit" Value="Back to Menu" id="subbutton"> </a>
<div class="credit"> By Akshay Waghmare IEC2022117</div>
</div>
</form>
<script src="" async defer></script>
</body>
</html>