72 lines
2.5 KiB
HTML
72 lines
2.5 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>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Negros Fruit Dove">
|
|
<meta property="og:description" content="The Negros Fruit Dove is a critically endangered bird species found in the Philippines. It is known for its distinctive appearance and unique behavior.">
|
|
<meta property="og:url" content="https://antonio-wynn.4ort.net/negros-fruit-dove.html">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="description" content="The Negros Fruit Dove is a critically endangered bird species found in the Philippines. It is known for its distinctive appearance and unique behavior.">
|
|
<style>
|
|
body {
|
|
font-family: 'Courier New', monospace;
|
|
background-color: #f5f5f5;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 20px;
|
|
}
|
|
header {
|
|
background-color: #333;
|
|
color: #fff;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
}
|
|
nav {
|
|
margin: 20px 0;
|
|
}
|
|
nav a {
|
|
margin: 0 10px;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
section {
|
|
margin: 20px 0;
|
|
}
|
|
footer {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
padding: 10px 0;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
</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>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="negros-fruit-dove.html">Negros Fruit Dove</a>
|
|
</nav>
|
|
<section>
|
|
<h2>About the Negros Fruit Dove</h2>
|
|
<p>The Negros Fruit Dove is a critically endangered bird species found in the Philippines. It is known for its distinctive appearance and unique behavior.</p>
|
|
</section>
|
|
<section>
|
|
<h2>Conservation Efforts</h2>
|
|
<p>Conservation efforts for the Negros Fruit Dove include habitat preservation, anti-poaching measures, and community education programs.</p>
|
|
</section>
|
|
<footer>
|
|
<p>© 2026 Antonio Wynn</p>
|
|
</footer>
|
|
</body>
|
|
</html> |