39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Negros Fruit Dove</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Negros Fruit Dove</h1>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="negros-fruit-dove.html">Negros Fruit Dove</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<h2>Overview</h2>
|
|
<p>A critically endangered species of bird found in the Philippines. It is known for its unique plumage and is a symbol of biodiversity in the region.</p>
|
|
</section>
|
|
<section>
|
|
<h2>Conservation Status</h2>
|
|
<p>IUCN Conservation Status: Critically Endangered</p>
|
|
</section>
|
|
<section>
|
|
<h2>Habitat</h2>
|
|
<p>Endemic to Negros, Philippines.</p>
|
|
</section>
|
|
<section>
|
|
<h2>Taxonomy</h2>
|
|
<p>Parent Taxon: Ptilinopus</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© 2023 Arthur Ibay</p>
|
|
</footer>
|
|
</body>
|
|
</html> |