70 lines
2.3 KiB
HTML
70 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About the monotremes - monotreme.org</title>
|
|
<link rel="stylesheet" href="../styles.css">
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<!-- Header -->
|
|
<tr>
|
|
<td colspan="2" class="header">
|
|
<h1>Save the monotremes</h1>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Navigation -->
|
|
<tr>
|
|
<td colspan="2" class="nav">
|
|
<a href="/">Home</a>
|
|
<a href="/about/">About</a>
|
|
<a href="/blog/">Blog</a>
|
|
<a href="/contact/">Contact</a>
|
|
<a href="/login/">Login</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Main Content and Sidebar -->
|
|
<tr>
|
|
<!-- Sidebar -->
|
|
<td class="sidebar">
|
|
<p><strong>Quick Links</strong></p>
|
|
<ul>
|
|
<li><a href="/platypus/">The Noble Platypus</a></li>
|
|
<li><a href="/echidna/">The Royal Echidna</a></li>
|
|
<li><a href="/monotremes/">About Monotremes</a></li>
|
|
</ul>
|
|
</td>
|
|
|
|
<!-- Main Content Area -->
|
|
<td class="content">
|
|
<h2>More About Monotremes</h2>
|
|
<div class="more-about-monotremes">
|
|
<p>Monotremes are a living relic of mammalian history, representing an ancient branch of mammals that split from other species millions of years ago. Despite their reptilian traits—such as laying eggs—they are warm-blooded, produce milk, and have fur. The two most famous monotremes are the platypus and the echidna.</p>
|
|
|
|
<h3>The Platypus</h3>
|
|
<p>The <strong>platypus</strong> is an iconic animal of Australia, known for its duck-like bill, webbed feet, and electroreception, which it uses to detect prey in murky waters.</p>
|
|
|
|
<h3>The Echidna</h3>
|
|
<p>The <strong>echidna</strong>, on the other hand, is a spiny, burrowing insectivore with a long, sticky tongue perfect for catching ants and termites.</p>
|
|
|
|
<p>Both species are vital to their ecosystems, and due to habitat loss, they are increasingly in need of protection.</p>
|
|
</div>
|
|
|
|
|
|
<img src="../echidna.png" alt="echidna">
|
|
<img src="../platypus.png" alt="platypus">
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Footer -->
|
|
<tr>
|
|
<td colspan="2" class="footer">
|
|
<p>© 2024 monotreme.org</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|