mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-24 05:49:10 +00:00
81 lines
3.6 KiB
HTML
81 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html data-theme="cmyk">
|
|
|
|
<head>
|
|
<title>Paris 2024 - Medals table</title>
|
|
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240824T2035" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Paris 2024 - Medals table">
|
|
<meta name="keywords" content="Paris 2024 - Medals table">
|
|
<meta name="author" content="Fabrice LAMANT">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="p-4">
|
|
<div class="navbar bg-base-100">
|
|
<div class="navbar-start">
|
|
<div class="dropdown">
|
|
<div tabindex="0" role="button" class="btn btn-ghost btn-circle">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7" />
|
|
</svg>
|
|
</div>
|
|
<ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-50 mt-3 w-52 p-2 shadow">
|
|
<li><a href="./index.html">Calendars</a></li>
|
|
<li><a href="./today.html">Today's events</a></li>
|
|
<li><a href="./medals.html">Medals table</a></li>
|
|
<hr />
|
|
<!-- <li><a href="https://fabrice404.github.io/olympics-calendar/index.html">English</a></li>
|
|
<li><a href="https://fabrice404.github.io/olympics-calendar/ja/index.html">日本語</a></li>
|
|
<li><a href="https://fabrice404.github.io/olympics-calendar/ko/index.html">한국어</a></li>
|
|
<li><a href="https://fabrice404.github.io/olympics-calendar/ru/index.html">Русский</a></li>
|
|
<li><a href="https://fabrice404.github.io/olympics-calendar/zh/index.html">中文</a></li>
|
|
<hr /> -->
|
|
<li><a href="https://github.com/fabrice404/olympics-calendar" target="_blank">Source code</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="navbar-center">
|
|
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - Medals table</a>
|
|
</div>
|
|
<div class="navbar-end">
|
|
</div>
|
|
</div>
|
|
|
|
<div role="alert" class="alert my-4 hidden">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
|
</svg>
|
|
<span>Due to a recent update on the official website, the information on this page may no longer be accurate.</span>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="collapse bg-gray-100 mb-1">
|
|
<div class="flex collapse-title text-xl font-medium">
|
|
<span class="inline-block flex-auto"></span>
|
|
<span class="inline-block text-center w-1/6 flex-none gold">●</span>
|
|
<span class="inline-block text-center w-1/6 flex-none silver">●</span>
|
|
<span class="inline-block text-center w-1/6 flex-none bronze">●</span>
|
|
<span class="inline-block text-center w-1/6 flex-none">TOTAL</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="text-sm my-10 text-center">
|
|
This webiste is not affiliated with the International Olympic Committee. All trademarks, logos and brand names are the property of their respective owners.
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0KQC1F1K4H"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-0KQC1F1K4H');
|
|
</script>
|
|
</body>
|