63 lines
1.8 KiB
HTML
63 lines
1.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>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>
|
||
|
</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>About monotreme.org</h2>
|
||
|
<p>Monotreme.org is dedicated to raising awareness and appreciation for one of the most fascinating and ancient groups of mammals on the planet: monotremes.</p>
|
||
|
|
||
|
<p>These creatures, including the famous platypus and the lesser-known echidnas, represent an evolutionary bridge between reptiles and mammals, offering a glimpse into the distant past of mammalian evolution.</p>
|
||
|
|
||
|
<p>Through our blog, articles, and resources, we aim to provide education and promote conservation efforts for these unique animals.</p>
|
||
|
|
||
|
<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>
|