<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Latest Blog Posts</title>
<link rel="stylesheet" href="/lates.css">
</head>
<body>
<div class="container">
<div class="post">
<img src="https://via.placeholder.com/150" alt="Post Image">
<div class="post-content">
<h3><a href="#">Quick guide on business with friends</a></h3>
<p>There is now an abundance of readable dummy texts. These are usually used when a text is required purely to fill a space. This is Joya Aafri's post on Event.</p>
<div class="meta">
<span class="date">19th Oct, 19</span>
<span class="category">Event</span>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
<!-- Repeat the above structure for each post -->
</div>
</body>
</html>