negros-fruit-dove/negros-fruit-dove.html

70 lines
2.9 KiB
HTML
Raw Permalink Normal View History

2026-08-18 12:31:31 +02:00
<!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>
<meta property="og:type" content="website">
<meta property="og:title" content="Negros Fruit Dove">
<meta property="og:description" content="The Negros Fruit Dove (Ptilinopus arcanus) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and…">
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Negros_Fruit_Dove.jpg/1200px-Negros_Fruit_Dove.jpg">
<meta property="og:url" content="https://bryce-cairo.4ort.net/negros-fruit-dove.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="The Negros Fruit Dove (Ptilinopus arcanus) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and…">
<style>
body {
font-family: 'Times New Roman', Times, serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 2rem 0;
}
h1, h2, h3 {
color: #666;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 1rem auto;
}
.content {
background: #fff;
padding: 2rem;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Negros Fruit Dove</h1>
</header>
<div class="container">
<div class="content">
<h2>Introduction</h2>
<p>The Negros Fruit Dove (Ptilinopus arcanus) is a critically endangered bird species found in the Philippines. It is known for its vibrant plumage and unique behavior.</p>
<h2>Habitat</h2>
<p>The Negros Fruit Dove inhabits the forests of Negros Island in the Philippines. It prefers dense, humid environments with a variety of fruit trees.</p>
<h2>Conservation Status</h2>
<p>The Negros Fruit Dove is listed as critically endangered due to habitat loss, hunting, and climate change. Conservation efforts are underway to protect this species.</p>
<h2>Gallery</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Negros_Fruit_Dove.jpg/1200px-Negros_Fruit_Dove.jpg" alt="Negros Fruit Dove">
</div>
</div>
</body>
</html>