-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (70 loc) · 2.69 KB
/
Copy pathindex.html
File metadata and controls
73 lines (70 loc) · 2.69 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!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>
<br>
<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>
<main class="body">
<h1>Home</h1>
<p id="text">This website is bent for you to learn few of the many wonders of animals.
</p>
<p id="text">
Rare animals are like the name suggets, is very rare to find and we will be covering the
physical and maybe mental traits.
</p>
<p>
The website consists of 5 animals:
</p>
<br>
<ul>
<li> <a id="text" href="Ilipika.html">Ili Pika</a></li>
<li> <a id="text" href="peacock.html">White Peacock</a></li>
<li> <a id="text" href="redwolf.html">Red Wolf</a></li>
<li> <a id="text" href="gibbon.html">Hainan Gibbon</a></li>
<li> <a id="text" href="addax.html">Addax</a></li>
</ul>
<br>
<img height="300" width="500" src="https://bestlifeonline.com/wp-content/uploads/sites/3/2018/11/Rhynchocyon_petersi_from_side.jpg?quality=82&strip=1&resize=970%2C546" alt="mouse">
<p id="text">The elephant shrew is a mouse like creature with the head of a mouse and head of a miniature anteater.</p>
<p>Well, enjoy the website, and before you exit out look at why the animal is rare</p>
<br>
<table>
<tr>
<th>Animal</th>
<th>Ili Pika</th>
<th>White Peacock</th>
<th>Red Wolf</th>
<th>Hainan Gibbon</th>
<th>Addax</th>
</tr>
<br>
<tr>
<td>Reason</td>
<td>N/A</td>
<td>Some peacocks don't grow from their white baby versions. </td>
<td>Due to intensive predator control programs and loss of habitat.</td>
<td>Due to habitat loss and hunting.</td>
<td>Due to unregulated hunting.</td>
</tr>
</main>
</body>