monotreme.org/index.html

61 lines
1.8 KiB
HTML
Raw Normal View History

2024-09-21 07:09:44 +01:00
<!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>
2024-09-21 08:40:28 +01:00
<a href="/about/">About</a>
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
2024-09-22 19:07:54 +01:00
<a href="/login/">Login</a>
2024-09-21 07:09:44 +01:00
</td>
</tr>
<!-- Main Content and Sidebar -->
<tr>
<!-- Sidebar -->
<td class="sidebar">
<p><strong>Quick Links</strong></p>
<ul>
2024-09-21 08:40:28 +01:00
<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>
2024-09-21 07:09:44 +01:00
</ul>
</td>
<!-- Main Content Area -->
<td class="content">
<h2>Welcome to monotreme.org</h2>
2024-09-21 08:40:28 +01:00
<p>Monotremes are a unique group of egg-laying mammals, native to Australia and New Guinea. They are one of the most primitive types of mammals, exhibiting characteristics from both reptiles and mammals.</p>
2024-09-21 07:09:44 +01:00
2024-09-21 08:40:28 +01:00
<p>There are only five species of monotremes in existence, including the platypus and echidnas. Unlike other mammals, they lay eggs, but they also produce milk for their young, which is secreted through pores on their skin.</p>
2024-09-21 07:09:44 +01:00
<img src="echidna.png" alt="echidna">
<img src="platypus.png" alt="platypus">
</td>
</tr>
<!-- Footer -->
<tr>
<td colspan="2" class="footer">
<p>&copy; 2024 monotreme.org</p>
</td>
</tr>
</table>
</body>
2024-09-21 08:40:28 +01:00
</html>