| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>ANI - Thiem was better when it really mattered, says Roger Federer</title> |
| <style> |
| * { |
| margin: 0; |
| padding: 0; |
| box-sizing: border-box; |
| } |
| |
| body { |
| font-family: Arial, Helvetica, sans-serif; |
| color: #333; |
| background-color: #fff; |
| line-height: 1.5; |
| } |
| |
| a { |
| text-decoration: none; |
| color: inherit; |
| } |
| |
| img { |
| max-width: 100%; |
| height: auto; |
| display: block; |
| } |
| |
| |
| .top-banner { |
| display: none; |
| background: #1a73e8; |
| color: #fff; |
| align-items: center; |
| justify-content: space-between; |
| padding: 8px 12px; |
| font-size: 12px; |
| } |
| |
| .top-banner-left { |
| display: flex; |
| align-items: center; |
| gap: 8px; |
| } |
| |
| .top-banner-icon { |
| width: 24px; |
| height: 24px; |
| background: #fff; |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 14px; |
| color: #1a73e8; |
| font-weight: bold; |
| } |
| |
| .top-banner-btn { |
| background: #fff; |
| color: #1a73e8; |
| padding: 4px 10px; |
| border-radius: 4px; |
| font-size: 11px; |
| font-weight: bold; |
| display: flex; |
| align-items: center; |
| gap: 4px; |
| } |
| |
| |
| .header { |
| background-color: #000; |
| color: #fff; |
| position: relative; |
| } |
| |
| .header-top { |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| padding: 8px 20px; |
| max-width: 1200px; |
| margin: 0 auto; |
| } |
| |
| .date-time { |
| font-size: 13px; |
| font-weight: 500; |
| white-space: nowrap; |
| } |
| |
| .ani-logo-center { |
| text-align: center; |
| position: absolute; |
| left: 50%; |
| transform: translateX(-50%); |
| } |
| |
| .ani-logo-center .logo-text { |
| font-size: 52px; |
| font-weight: 900; |
| letter-spacing: 6px; |
| line-height: 1; |
| color: #fff; |
| } |
| |
| .ani-logo-center .logo-sub { |
| font-size: 11px; |
| color: #ccc; |
| margin-top: 2px; |
| letter-spacing: 0.5px; |
| } |
| |
| .app-buttons { |
| display: flex; |
| gap: 10px; |
| align-items: center; |
| } |
| |
| .app-btn img { |
| height: 34px; |
| width: auto; |
| } |
| |
| |
| .mobile-header { |
| display: none; |
| background: #000; |
| color: #fff; |
| align-items: center; |
| justify-content: space-between; |
| padding: 10px 15px; |
| position: relative; |
| } |
| |
| .hamburger { |
| width: 24px; |
| height: 18px; |
| display: flex; |
| flex-direction: column; |
| justify-content: space-between; |
| cursor: pointer; |
| } |
| |
| .hamburger span { |
| display: block; |
| height: 2px; |
| background: #fff; |
| border-radius: 1px; |
| } |
| |
| .mobile-logo { |
| position: absolute; |
| left: 50%; |
| transform: translateX(-50%); |
| text-align: center; |
| } |
| |
| .mobile-logo .logo-text { |
| font-size: 36px; |
| font-weight: 900; |
| letter-spacing: 4px; |
| line-height: 1; |
| color: #fff; |
| } |
| |
| .mobile-logo .logo-sub { |
| font-size: 9px; |
| color: #ccc; |
| letter-spacing: 0.3px; |
| } |
| |
| .mobile-search { |
| font-size: 18px; |
| color: #fff; |
| cursor: pointer; |
| } |
| |
| |
| .nav-bar { |
| background-color: #fff; |
| border-bottom: 1px solid #e0e0e0; |
| } |
| |
| .nav-container { |
| display: flex; |
| align-items: center; |
| max-width: 1200px; |
| margin: 0 auto; |
| padding: 0 20px; |
| } |
| |
| .nav-logo-img { |
| width: 32px; |
| height: 32px; |
| border-radius: 50%; |
| margin-right: 5px; |
| } |
| |
| .nav-item { |
| position: relative; |
| padding: 12px 16px; |
| font-size: 14px; |
| color: #333; |
| cursor: pointer; |
| display: flex; |
| align-items: center; |
| gap: 4px; |
| font-weight: 500; |
| } |
| |
| .nav-item .arrow { |
| font-size: 10px; |
| color: #666; |
| } |
| |
| .nav-item.videos { |
| color: #d32f2f; |
| font-weight: 600; |
| } |
| |
| .search-icon { |
| margin-left: auto; |
| font-size: 18px; |
| color: #555; |
| cursor: pointer; |
| padding: 10px; |
| } |
| |
| |
| .mobile-menu { |
| display: none; |
| background: #fff; |
| border-bottom: 1px solid #ddd; |
| padding: 10px 0; |
| } |
| |
| .mobile-menu.active { |
| display: block; |
| } |
| |
| .mobile-menu-item { |
| padding: 12px 20px; |
| border-bottom: 1px solid #f0f0f0; |
| font-size: 15px; |
| color: #333; |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| } |
| |
| .mobile-menu-item.videos { |
| color: #d32f2f; |
| font-weight: 600; |
| } |
| |
| |
| .main-wrapper { |
| max-width: 1200px; |
| margin: 0 auto; |
| padding: 20px; |
| display: flex; |
| gap: 25px; |
| } |
| |
| .article-column { |
| flex: 1; |
| min-width: 0; |
| } |
| |
| .article-box { |
| border: 1px solid #e0e0e0; |
| padding: 18px; |
| } |
| |
| |
| .social-share { |
| display: flex; |
| gap: 8px; |
| margin-bottom: 15px; |
| } |
| |
| .social-icon { |
| width: 28px; |
| height: 28px; |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #fff; |
| font-size: 13px; |
| font-weight: bold; |
| cursor: pointer; |
| } |
| |
| .social-icon.fb { background: #3b5998; } |
| .social-icon.tw { background: #1da1f2; } |
| .social-icon.x { background: #000; } |
| .social-icon.wa { background: #25d366; } |
| |
| |
| .article-image-wrap { |
| margin-bottom: 8px; |
| } |
| |
| .article-image-wrap img { |
| width: 100%; |
| border-radius: 6px; |
| } |
| |
| .article-caption { |
| font-size: 13px; |
| color: #666; |
| font-style: italic; |
| margin-bottom: 15px; |
| } |
| |
| |
| .article-title { |
| font-size: 24px; |
| font-weight: 800; |
| line-height: 1.25; |
| color: #222; |
| margin-bottom: 10px; |
| } |
| |
| .article-meta-row { |
| display: flex; |
| justify-content: space-between; |
| align-items: flex-start; |
| flex-wrap: wrap; |
| gap: 10px; |
| margin-bottom: 20px; |
| } |
| |
| .article-meta { |
| font-size: 14px; |
| color: #666; |
| } |
| |
| .article-meta .updated { |
| color: #d32f2f; |
| } |
| |
| .google-badge { |
| display: inline-flex; |
| align-items: center; |
| gap: 5px; |
| border: 1px solid #ddd; |
| border-radius: 4px; |
| padding: 4px 8px; |
| font-size: 11px; |
| color: #555; |
| background: #fff; |
| } |
| |
| .google-badge img { |
| width: 16px; |
| height: 16px; |
| } |
| |
| |
| .whatsapp-banner { |
| display: none; |
| background: #00a884; |
| color: #fff; |
| align-items: center; |
| justify-content: center; |
| gap: 10px; |
| padding: 10px; |
| border-radius: 6px; |
| margin-bottom: 18px; |
| font-size: 14px; |
| font-weight: 600; |
| } |
| |
| .whatsapp-banner .ani-news { |
| background: #fff; |
| color: #00a884; |
| padding: 2px 6px; |
| border-radius: 4px; |
| font-size: 12px; |
| font-weight: 700; |
| } |
| |
| |
| .article-body { |
| font-size: 15.5px; |
| line-height: 1.7; |
| color: #222; |
| } |
| |
| .article-body p { |
| margin-bottom: 16px; |
| } |
| |
| |
| .tags-section { |
| margin-top: 25px; |
| display: flex; |
| align-items: center; |
| flex-wrap: wrap; |
| gap: 8px; |
| } |
| |
| .tags-label { |
| font-size: 13px; |
| font-weight: 700; |
| color: #333; |
| margin-right: 5px; |
| } |
| |
| .tag { |
| display: inline-block; |
| padding: 5px 14px; |
| border: 1px solid #ddd; |
| border-radius: 3px; |
| font-size: 13px; |
| color: #444; |
| background: #fff; |
| } |
| |
| |
| .sidebar { |
| width: 320px; |
| flex-shrink: 0; |
| } |
| |
| .discover-more { |
| margin-bottom: 20px; |
| } |
| |
| .discover-header { |
| font-size: 14px; |
| color: #666; |
| margin-bottom: 10px; |
| } |
| |
| .discover-links { |
| display: flex; |
| flex-wrap: wrap; |
| gap: 6px; |
| } |
| |
| .link-pill { |
| display: inline-flex; |
| align-items: center; |
| gap: 4px; |
| padding: 6px 12px; |
| border: 1px solid #d0d0d0; |
| border-radius: 20px; |
| font-size: 13px; |
| color: #1976d2; |
| background: #fff; |
| white-space: nowrap; |
| } |
| |
| .link-pill .info-icon { |
| width: 14px; |
| height: 14px; |
| border: 1px solid #1976d2; |
| border-radius: 50%; |
| display: inline-flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 10px; |
| font-weight: bold; |
| flex-shrink: 0; |
| } |
| |
| |
| .related-box { |
| border: 1px solid #e0e0e0; |
| padding: 12px; |
| } |
| |
| .related-header { |
| display: flex; |
| align-items: center; |
| gap: 6px; |
| margin-bottom: 12px; |
| font-size: 14px; |
| font-weight: 700; |
| color: #333; |
| } |
| |
| .related-header .rel-text { |
| font-weight: 800; |
| } |
| |
| .related-tags { |
| display: flex; |
| flex-wrap: wrap; |
| gap: 6px; |
| margin-bottom: 12px; |
| } |
| |
| .related-featured { |
| margin-bottom: 15px; |
| } |
| |
| .related-featured img { |
| width: 100%; |
| border-radius: 4px; |
| margin-bottom: 8px; |
| } |
| |
| .related-featured-title { |
| font-size: 13.5px; |
| font-weight: 700; |
| color: #222; |
| line-height: 1.4; |
| } |
| |
| .related-list { |
| display: flex; |
| flex-direction: column; |
| gap: 12px; |
| } |
| |
| .related-item { |
| display: flex; |
| gap: 10px; |
| padding-bottom: 12px; |
| border-bottom: 1px solid #eee; |
| } |
| |
| .related-item:last-child { |
| border-bottom: none; |
| padding-bottom: 0; |
| } |
| |
| .related-thumb { |
| width: 70px; |
| height: 52px; |
| object-fit: cover; |
| border-radius: 3px; |
| flex-shrink: 0; |
| } |
| |
| .related-content { |
| flex: 1; |
| } |
| |
| .related-date { |
| color: #d32f2f; |
| font-size: 11.5px; |
| margin-bottom: 2px; |
| } |
| |
| .related-title { |
| font-size: 12.5px; |
| color: #333; |
| line-height: 1.4; |
| } |
| |
| |
| .footer { |
| text-align: center; |
| padding: 40px 20px 20px; |
| margin-top: 20px; |
| } |
| |
| .footer-logo { |
| margin-bottom: 8px; |
| } |
| |
| .footer-logo img { |
| height: 50px; |
| margin: 0 auto; |
| } |
| |
| .footer-tagline { |
| font-size: 11px; |
| color: #666; |
| margin-bottom: 18px; |
| } |
| |
| .footer-social { |
| display: flex; |
| justify-content: center; |
| gap: 12px; |
| margin-bottom: 25px; |
| } |
| |
| .footer-social a { |
| width: 28px; |
| height: 28px; |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #fff; |
| font-size: 13px; |
| font-weight: bold; |
| } |
| |
| .footer-social .fb { background: #3b5998; } |
| .footer-social .gp { background: #db4437; } |
| .footer-social .tw { background: #1da1f2; } |
| |
| .footer-nav { |
| display: flex; |
| justify-content: center; |
| flex-wrap: wrap; |
| gap: 10px 24px; |
| margin-bottom: 10px; |
| } |
| |
| .footer-nav a { |
| font-size: 13.5px; |
| color: #555; |
| } |
| |
| .copyright { |
| font-size: 12px; |
| color: #888; |
| margin-top: 10px; |
| } |
| |
| |
| @media (max-width: 1024px) { |
| .main-wrapper { |
| padding: 15px; |
| gap: 20px; |
| } |
| |
| .sidebar { |
| width: 260px; |
| } |
| |
| .ani-logo-center .logo-text { |
| font-size: 42px; |
| } |
| } |
| |
| @media (max-width: 900px) { |
| .header-top { |
| padding: 8px 15px; |
| } |
| |
| .date-time { |
| font-size: 11px; |
| } |
| |
| .ani-logo-center .logo-text { |
| font-size: 36px; |
| } |
| |
| .nav-item { |
| padding: 10px 12px; |
| font-size: 13px; |
| } |
| } |
| |
| |
| @media (max-width: 768px) { |
| .top-banner { |
| display: flex; |
| } |
| |
| .header-top { |
| display: none; |
| } |
| |
| .mobile-header { |
| display: flex; |
| } |
| |
| .nav-bar { |
| display: none; |
| } |
| |
| .main-wrapper { |
| flex-direction: column; |
| padding: 0; |
| gap: 0; |
| } |
| |
| .article-column { |
| width: 100%; |
| } |
| |
| .article-box { |
| border-left: none; |
| border-right: none; |
| border-top: none; |
| padding: 15px; |
| } |
| |
| .article-title { |
| font-size: 22px; |
| } |
| |
| .article-body { |
| font-size: 15px; |
| } |
| |
| .sidebar { |
| width: 100%; |
| padding: 15px; |
| } |
| |
| .whatsapp-banner { |
| display: flex; |
| } |
| |
| .related-box { |
| border-left: none; |
| border-right: none; |
| } |
| } |
| |
| @media (max-width: 480px) { |
| .article-title { |
| font-size: 20px; |
| } |
| |
| .article-meta-row { |
| flex-direction: column; |
| } |
| |
| .footer-nav { |
| gap: 8px 16px; |
| } |
| |
| .footer-nav a { |
| font-size: 12.5px; |
| } |
| } |
| </style> |
| </head> |
| <body> |
| |
| <div class="top-banner"> |
| <div class="top-banner-left"> |
| <div class="top-banner-icon">A</div> |
| <span>Add ANI As A Trusted Source<br>For Reliable Information</span> |
| </div> |
| <div class="top-banner-btn"> |
| <span style="width:14px;height:14px;border-radius:50%;border:1px solid #1a73e8;display:inline-flex;align-items:center;justify-content:center;font-size:9px;">i</span> |
| Add as a preferred<br>source on Google |
| </div> |
| </div> |
|
|
| |
| <header class="header"> |
| <div class="header-top"> |
| <div class="date-time">WED, JAN 14, 2026 | UPDATED 14:35 IST</div> |
| <div class="ani-logo-center"> |
| <div class="logo-text">ANI</div> |
| <div class="logo-sub">South Asia's Leading Multimedia News Agency</div> |
| </div> |
| <div class="app-buttons"> |
| <a href="#" class="app-btn"><img src="resources/images/google-play.jpg" alt="Get it on Google Play"></a> |
| <a href="#" class="app-btn"><img src="resources/images/apple-play.svg" alt="Download on the App Store"></a> |
| </div> |
| </div> |
|
|
| |
| <div class="mobile-header"> |
| <div class="hamburger" onclick="toggleMenu()"> |
| <span></span> |
| <span></span> |
| <span></span> |
| </div> |
| <div class="mobile-logo"> |
| <div class="logo-text">ANI</div> |
| <div class="logo-sub">South Asia's Leading Multimedia News Agency</div> |
| </div> |
| <div class="mobile-search">🔍</div> |
| </div> |
|
|
| |
| <nav class="nav-bar"> |
| <div class="nav-container"> |
| <img src="resources/images/logo-black.jpg" alt="ANI" class="nav-logo-img"> |
| <div class="nav-item">National <span class="arrow">▾</span></div> |
| <div class="nav-item">Business <span class="arrow">▾</span></div> |
| <div class="nav-item">Entertainment <span class="arrow">▾</span></div> |
| <div class="nav-item">Sports <span class="arrow">▾</span></div> |
| <div class="nav-item">World <span class="arrow">▾</span></div> |
| <div class="nav-item">Health <span class="arrow">▾</span></div> |
| <div class="nav-item">Tech <span class="arrow">▾</span></div> |
| <div class="nav-item videos">Videos <span class="arrow">▾</span></div> |
| <div class="search-icon">🔍</div> |
| </div> |
| </nav> |
|
|
| |
| <div class="mobile-menu" id="mobileMenu"> |
| <div class="mobile-menu-item">National <span>▾</span></div> |
| <div class="mobile-menu-item">Business <span>▾</span></div> |
| <div class="mobile-menu-item">Entertainment <span>▾</span></div> |
| <div class="mobile-menu-item">Sports <span>▾</span></div> |
| <div class="mobile-menu-item">World <span>▾</span></div> |
| <div class="mobile-menu-item">Health <span>▾</span></div> |
| <div class="mobile-menu-item">Tech <span>▾</span></div> |
| <div class="mobile-menu-item videos">Videos <span>▾</span></div> |
| </div> |
| </header> |
|
|
| |
| <div class="main-wrapper"> |
| <div class="article-column"> |
| <div class="article-box"> |
| <div class="social-share"> |
| <div class="social-icon fb">f</div> |
| <div class="social-icon tw">in</div> |
| <div class="social-icon x">X</div> |
| <div class="social-icon wa">💬</div> |
| </div> |
|
|
| <div class="article-image-wrap"> |
| <img src="resources/images/rogerfederer_article.jpg" alt="Roger Federer"> |
| </div> |
| <p class="article-caption">Swiss tennis player Roger Federer</p> |
|
|
| <h1 class="article-title">Thiem was better when it really mattered, says Roger Federer</h1> |
|
|
| <div class="article-meta-row"> |
| <div class="article-meta"> |
| ANI | Updated: <span class="updated">Mar 18, 2019 21:03 IST</span> |
| </div> |
| <div class="google-badge"> |
| <span style="color:#4285f4;font-weight:bold;">G</span> |
| <span>Add as a preferred<br>source on Google</span> |
| </div> |
| </div> |
|
|
| |
| <div class="whatsapp-banner"> |
| <span class="ani-news">ANI News</span> |
| <span>Join our Whatsapp channel</span> |
| <span style="margin-left:auto;font-size:16px;">💬</span> |
| </div> |
|
|
| <div class="article-body"> |
| <p>California [US], Mar 18 (ANI): Roger Federer lost the Paribas Open final against Dominic Thiem 3-6, 6-3, 7-5 on Sunday (local time), but the Swiss legend has said that he is not that disappointed with the loss and is looking at the loss with perspective.</p> |
|
|
| <p>"I am not too disappointed. I feel like he had to come up with the goods, and it did feel like to some extent it was on my racquet, I just came up against somebody who was, on the day, a bit better when it really mattered," Association of Tennis Professionals (ATP) quoted Federer, as saying.</p> |
|
|
| <p>"That's how it goes. Sure, it is frustrating and disappointing and sad to some extent. But look, I have been in these positions so many times that I get over it very quickly," ATP further quoted Federer, as saying.</p> |
|
|
| <p>"It is hard to pinpoint exactly what went wrong [against Thiem]. The return he hits on the line at 5-all [in the third set], that is the one I needed, and I could not produce that. Why is that?," he said.</p> |
|
|
| <p>"You can start looking, digging so deep, and then you end up getting lost, rather than just saying he played maybe a little bit better when he really had to, I did not feel like I played bad, either. I had my chances. I was in the points," he added.</p> |
|
|
| <p>Federer has won twelve out of fourteen matches this year and he became the second player in the Open era to earn 100 tour-level titles.</p> |
|
|
| <p>"I am happy for Dominic, winning his first Masters 1000, as well. It is a massive event to win, I just got my 100th in Dubai, and I had a good week here. Really, there is no reason to get down. Plus there is more to look forward to in Miami," Federer said.</p> |
|
|
| <p>The 37-year-old will now head to Miami Open and he will enter the tournament as the fourth seed. (ANI)</p> |
| </div> |
|
|
| <div class="tags-section"> |
| <span class="tags-label">TAGS</span> |
| <span class="tag">Roger Federer</span> |
| <span class="tag">Dominic Thiem</span> |
| <span class="tag">Paribas Open</span> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <aside class="sidebar"> |
| <div class="discover-more"> |
| <div class="discover-header">Discover more</div> |
| <div class="discover-links"> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Breaking news alerts</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Political analysis reports</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Activewear</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> News reporting service</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Cricket team merchandise</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Health supplements</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Mobile phones</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Photography equipment</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> India news updates</a> |
| <a href="#" class="link-pill"><span class="info-icon">i</span> Sports</a> |
| </div> |
| </div> |
|
|
| <div class="related-box"> |
| <div class="related-header"> |
| <span class="rel-text">REL</span> |
| <a href="#" class="link-pill" style="padding:4px 8px;font-size:12px;"><span class="info-icon">i</span> Photography equipment</a> |
| </div> |
|
|
| <div class="related-tags"> |
| <a href="#" class="link-pill" style="padding:4px 10px;font-size:12px;"><span class="info-icon">i</span> India news updates</a> |
| <a href="#" class="link-pill" style="padding:4px 10px;font-size:12px;"><span class="info-icon">i</span> Sports</a> |
| </div> |
|
|
| <div class="related-featured"> |
| <img src="resources/images/ANI-20260114083715-thumbnail-320x180-70.jpg" alt="Badminton"> |
| <div class="related-featured-title">World No. 2 shuttler Anders Antonsen withdraws from India Open, citing extreme pollution in Delhi</div> |
| </div> |
|
|
| <div class="related-list"> |
| <div class="related-item"> |
| <img src="resources/images/ANI-20260113131552-thumbnail-320x180-70.jpg" alt="Tennis" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 13, 2026 18:56 IST</div> |
| <div class="related-title">India Open: Lakshya Sen, Treesa-Gayatri start off with a win</div> |
| </div> |
| </div> |
|
|
| <div class="related-item"> |
| <img src="resources/images/ANI-20260113124015-thumbnail-320x180-70.jpg" alt="WPL" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 13, 2026 18:10 IST</div> |
| <div class="related-title">UP Warriorz dedicate special WPL match to champion girls' education with 'Educate Girls'</div> |
| </div> |
| </div> |
|
|
| <div class="related-item"> |
| <img src="resources/images/ANI-20260113123218-thumbnail-320x180-70.jpg" alt="Federer" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 13, 2026 18:02 IST</div> |
| <div class="related-title">Roger Federer to play exhibition match during opening ceremony of Australian Open 2026</div> |
| </div> |
| </div> |
|
|
| <div class="related-item"> |
| <img src="resources/images/ANI-20260112172835-thumbnail-320x180-70.jpg" alt="Badminton" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 13, 2026 00:37 IST</div> |
| <div class="related-title">Reunion with coach Tan, expectations, World C'ship gold: The 2022 champs 'Satwik-Chirag speak ahead of 2026 India Open</div> |
| </div> |
| </div> |
|
|
| <div class="related-item"> |
| <img src="resources/images/ANI-20260112125319-thumbnail-320x180-70.jpg" alt="BAI" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 12, 2026 18:23 IST</div> |
| <div class="related-title">BAI General Secretary Sanjay feels World Championships being held in Delhi gives players "additional incentive" to do well in India Open</div> |
| </div> |
| </div> |
|
|
| <div class="related-item"> |
| <img src="resources/images/ANI-20260112121325-thumbnail-320x180-70.jpg" alt="Sindhu" class="related-thumb"> |
| <div class="related-content"> |
| <div class="related-date">Updated: Jan 12, 2026 17:43 IST</div> |
| <div class="related-title">India Open: Sindhu feels back to her best physically, mentally, and technique-wise; Prannoy admits to losing love for sport during 2025-end</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </aside> |
| </div> |
|
|
| |
| <footer class="footer"> |
| <div class="footer-logo"> |
| <img src="resources/images/logo-black.jpg" alt="ANI"> |
| </div> |
| <div class="footer-tagline">South Asia's Leading Multimedia News Agency</div> |
| <div class="footer-social"> |
| <a href="#" class="fb">f</a> |
| <a href="#" class="gp">g+</a> |
| <a href="#" class="tw">t</a> |
| </div> |
| <nav class="footer-nav"> |
| <a href="#">Home</a> |
| <a href="#">About Us</a> |
| <a href="#">Our Products</a> |
| <a href="#">Advertise</a> |
| <a href="#">Contact Us</a> |
| <a href="#">Privacy Policy</a> |
| <a href="#">Terms & Condition</a> |
| </nav> |
| <div class="copyright">copyrights © aninews.in | All rights Reserved</div> |
| </footer> |
|
|
| <script> |
| function toggleMenu() { |
| const menu = document.getElementById('mobileMenu'); |
| menu.classList.toggle('active'); |
| } |
| </script> |
| </body> |
| </html> |
|
|