<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Article Not Found - Media Bangladesh</title>
  <link rel="stylesheet" href="/wp-content/themes/your-theme/style.css"> <!-- Adjust theme folder -->
  <style>
    body { font-family: Arial, sans-serif; background: #f9f9f9; margin: 0; }
    .header, .footer { background: #cc0000; color: white; text-align: center; padding: 20px 0; }
    .header img { max-height: 80px; }
    .banner { width: 100%; max-height: 300px; object-fit: cover; }
    .container { max-width: 800px; margin: 40px auto; background: white; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
    h1 { color: #005d5f; }
    p { font-size: 16px; line-height: 1.6; }
  </style>
</head>
<body>

<!-- Header -->
<div class="header">
  <a href="https://www.mediabangladesh.net">
    <img src="https://www.mediabangladesh.net/mbnew/wp-content/uploads/2025/04/media-bangladesh-logo-new-1.png" alt="Media Bangladesh Logo"> <!-- Replace if your logo path is different -->
  </a>
</div>

<!-- Banner -->
<div align="center"><a href="https://www.mediabangladesh.net">HOME</a> || 

<a href="https://www.mediabangladesh.net/category/business/">Business</a> || <a href="https://www.mediabangladesh.net/category/health/">Health </a>|| <a href="https://www.mediabangladesh.net/category/food/">  Food </a> || <a href="https://www.mediabangladesh.net/category/internet/"> Internet</a>  ||<a href="https://www.mediabangladesh.net/category/travel-and-tourism/"> Travel </a> || <a href="https://www.mediabangladesh.net/category/technology/"> Technology </a> || <a href="https://www.mediabangladesh.net/category/sports/">Sports </a> || <a href="https://www.mediabangladesh.net/category/lifestyle/"> Lifestyle  <a/>|| <a href="https://www.mediabangladesh.net/category/fashion/">Fashion </a> || <a href="https://www.mediabangladesh.net/category/marketing/">Marketing </a>
</div>
<!-- Article Content -->
<div class="container">
      <h1>Article Not Found</h1>
    <p>Sorry, the article you are looking for does not exist.</p>
  </div>

<!-- Footer -->
<div class="footer">
  <p>&copy; 2025 MediaBangladesh.net | All Rights Reserved</p>
</div>

</body>
</html>