-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
57 lines (40 loc) · 1.36 KB
/
Copy pathfeedback.html
File metadata and controls
57 lines (40 loc) · 1.36 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
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body id="animal-body">
<div id ="header">
<img src="images/logo.png" width="300">
</div>
<div id="tabs-on-top">
<a href="animal.html">ANIMAL</a>
<a href="index.html">MAP</a>
<a href="#">PLACES</a>
</div>
<div id="main">
<div id="content">
<div id="full_info">
<img src="images/Feedback.jpg"/>
<h1>We Want Your Feedback!</h1>
<p>Please tell us how your journey was on our zoo so we can know you found joy😁 or you were unhappy😔</p>
<h2>Please fill the form below</h2>
<input type="text"id="name" placeholder="Name">
<br>
<input type="text"id="mail" placeholder="Email">
<br>
<textarea placeholder="Enter your experience here"></textarea>
<br>
<button href="recieved.html">Submit</button>
</div>
</div>
</div>
<div id="tabs_bottom">
<a href="weather.html">WEATHER</a>
<a href="feedback.html">FEEDBACK</a>
</div>
</body>
</html>