You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.2 KiB
66 lines
2.2 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<title>Calendrier de Formule 1</title>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<h1>Le calendrier de la Formule 1</h1>
|
|
<p>Découvrez le calendrier de la saison actuelle de Formule 1</p>
|
|
</header>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="Accueil.html">Accueil</a></li>
|
|
<li class="deroulant"> <a href="#">Équipes</a>
|
|
<ul class="sous">
|
|
<li><a href="Mercedes AMG.html">Mercedes-AMG </a></li>
|
|
<li><a href="Ferrari.html">Ferrari</a></li>
|
|
<li><a href="Alpine.html">Alpine</a></li>
|
|
<li><a href="Redbull.html">Red Bull</a></li>
|
|
<li><a href="Mclaren.html">McLaren</a></li>
|
|
<li><a href="WilliamRacing.html">Williams Racing</a></li>
|
|
<li><a href="AlphaRomeo.html">Alfa Romeo</a></li>
|
|
<li><a href="AlphaTauri.html">AlphaTauri</a></li>
|
|
<li><a href="AstonMartin.html">Aston Martin</a></li>
|
|
<li><a href="MoneyGram Hass.htmll">MoneyGram Hass</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="Pilotes.html">Pilotes</a></li>
|
|
<li><a href="calendrier.html">Calendrier/Résultat</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<section id="content">
|
|
<article class="team">
|
|
|
|
<h1>CALENDRIER DE LA SAISON FORMULE 1 2023</h1>
|
|
|
|
<img src="Formel-1-FIA-F1-Kalender-2023.jpg" alt="calendrier 2023"width=1300 height=700>
|
|
|
|
<h1>CLASSEMENT FINAL PILOTES/CONSTRUCTEURS 2023<h1>
|
|
|
|
<img src="Screenshot-2023-11-28-16.03.36.jpg" alt="calendrier 2023"width=500 height=700>
|
|
<img src="Screenshot-2023-11-28-16.03.51.jpg" alt="calendrier 2023"width=600 height=500>
|
|
|
|
<h1>CALENDRIER DE LA SAISON FORMULE 1 2024</h1>
|
|
|
|
<img src="2024_calendar_graphic_final-2048x2048.jpg" alt="calendrier 2023"width=900 height=700>
|
|
|
|
<h1>Max Verstappen va défendre son titre en 2024</h1>
|
|
<img src="red-bull-racings-max-verstappen-at-the-2021-formula-one-abu-dhabi-grand-prix_100819201_h.jpg" alt="calendrier 2023"width=800 height=500>
|
|
|
|
</article>
|
|
<h1>hjuiohuiuigu</h1>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2023 Formule 1. Tous droits réservés.</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|