-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.html
More file actions
51 lines (44 loc) · 1.99 KB
/
Copy pathcontactus.html
File metadata and controls
51 lines (44 loc) · 1.99 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>
<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">
<title>Rare Animals</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="main">
<header class="head">
<div class="icon">
<i width="40" height="40" class="fa-solid fa-hippo"></i>
</div>
<nav class="nav">
<a class="new" href="index.html">Home</a>
<a class="new" href="Ilipika.html">Ili Pika</a>
<a class="new" href="peacock.html">White Peacock</a>
<a class="new" href="redwolf.html">Red Wolf</a>
<a class="new" href="gibbon.html">Hainan Gibbon</a>
<a class="new" href="addax.html">Addax</a>
<a class="new" href="contactus.html">Contact Us</a>
</nav>
</header>
<h1>Contact Us</h1>
<br>
<form class="forme">
<div class="stuff">
<label for="text">Enter first and last names</label>
<div class="innerbox">
<input type="text" placeholder="First Name*">
<input type="text" placeholder="Last Name*">
</div>
<label for="text">Enter address</label>
<input type="text" placeholder="Email">
<textarea name="message" id="cover" cols="30" rows="10">Tell what is wrong with this project...</textarea>
<label for="range">Rate the slide from 1-10 using range.</label>
<input type="range">
<button class="button">Submit </button>
</form>
</div>
</body>
</html>