File size: 30,694 Bytes
9bf7ef6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 | <!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 (mobile) */
.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 */
.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 */
.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;
}
/* Navigation */
.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 overlay */
.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 layout */
.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 */
.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 */
.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 and meta */
.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 (mobile) */
.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 text */
.article-body {
font-size: 15.5px;
line-height: 1.7;
color: #222;
}
.article-body p {
margin-bottom: 16px;
}
/* Tags */
.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 */
.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 articles box */
.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 */
.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;
}
/* Tablet adjustments */
@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;
}
}
/* Mobile adjustments */
@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>
<!-- Mobile top banner -->
<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>
<!-- Desktop/Tablet Header -->
<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>
<!-- Mobile Header -->
<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>
<!-- Navigation -->
<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>
<!-- Mobile Menu -->
<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>
<!-- Main Content -->
<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>
<!-- WhatsApp banner - mobile only -->
<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>
<!-- Sidebar -->
<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 -->
<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>
|