<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <title>NewTrendsClub – Fashion & Lifestyle Inspiration 2025</title>  <meta name="description" content="Explore fashion, lifestyle, and DIY trends from NewTrendsClub. Stay stylish and confident with 2025's best wardrobe ideas.">  <style>    body {      margin: 0;      font-family: 'Poppins', sans-serif;      background-color: #111;      color: #f5f5f5;      line-height: 1.7;      padding: 40px;    }    h1 {      text-align: center;      color: #ff6699;      font-size: 2.5rem;      margin-bottom: 20px;    }    h2 {      color: #ffcc66;      border-bottom: 2px solid #444;      padding-bottom: 5px;      margin-top: 40px;    }    a {      color: #66b3ff;      text-decoration: none;      font-weight: bold;    }    a:hover {      color: #ff6699;    }    p, li {      font-size: 1.1rem;      max-width: 800px;      margin: 10px auto;    }    ul {      list-style-type: square;      padding-left: 50px;    }    footer {      text-align: center;      margin-top: 60px;      font-size: 0.9rem;      color: #999;    }  </style></head><body>  <h1>Welcome to NewTrendsClub</h1>  <p>Discover the world of <strong>fashion and lifestyle</strong> at   <a href="https://newtrendsclub.com" target="_blank">NewTrendsClub</a>.   From modern outfits to timeless style inspiration, our content helps you create your dream wardrobe.</p>
  <h2>What You’ll Find</h2>  <ul>    <li>Latest Fashion Trends for 2025</li>    <li>Capsule Wardrobe & Outfit Ideas</li>    <li>DIY Fashion Tips & Tutorials</li>    <li>Lifestyle Inspiration for Every Personality</li>  </ul>
  <p>Visit our main site for more fashion inspiration:    <a href="https://newtrendsclub.com" target="_blank">https://newtrendsclub.com</a></p>
  <footer>    © 2025 NewTrendsClub – Fashion & Lifestyle Inspiration  </footer></body></html>