-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
39 lines (33 loc) · 1.34 KB
/
feedback.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
<html>
<head>
<title>FEEDBACK FORM</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="website.css">
<link rel="stylesheet" type="text/css" href="feedback.css">
</head>
<body>
<div class="header" id="new">
<h1><img src="logo.png" id="logo">..::CRIME PORTAL::..<img src="swach-bharat.png" id="logo1"></h1></div>
<h2 style="text-align: center;color:solid black">A <b>GOVT</b> OF <i>INDIA</i> INITIATIVE.</h2>
<div class="navbar">
<a href="#HOME" class="active">Home</a>
<a href="#REPORT WOMEN/CHILD RELATED CRIME">REPORT WOMEN/CHILD RELATED CRIME</a>
<a href="#REPORT OTHER CYBER CRIME">REPORT OTHER CYBER CRIME</a>
<a href="#CONTACT US" class="right">CONTACT US</a>
</div>
<div class="container">
<form action="website1.html">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
</form>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</body>
</head>
</html>