Merge perso and pro on same Caddy

This commit is contained in:
Lucas
2025-10-17 09:55:56 +00:00
commit 871baf8f92
12 changed files with 366 additions and 0 deletions

50
html/index.html.test Normal file
View File

@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html>
<head>
<title>Nanteshowdown</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>NanteShowDown</h1>
<nav>
<ul>
<li><a href="#">Accueil</a></li>
<li><a href="#">Le Showdown</a></li>
<li><a href="#">Entraînement</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Le Showdown</h2>
<p>Présentation</p>
<a href="https://fr.wikipedia.org/wiki/Showdown_(sport)">Wikipédia</a>
</section>
<section>
<h2>Entraînement</h2>
<p>Rejoignez-nous tous les samedis à 9h pour un entraînement de Showdown! Notre entraîneur expérimenté vous aidera à améliorer votre technique et à vous amuser tout en pratiquant ce sport passionnant.</p>
<a href="#">Inscrivez-vous dès maintenant!</a>
</section>
<section>
<h2>Contact</h2>
<p>Pour plus d'informations sur notre club ou pour nous contacter, envoyez-nous un e-mail à l'adresse suivante:</p>
<a href="mailto:info@nanteshowdown.com">info@nanteshowdown.com</a>
</section>
<section>
<h2>Financements</h2>
<p>Nous sommes toujours à la recherche de financements !</p>
</section>
</main>
<footer>
<p>&copy; Nanteshowdown 2023</p>
</footer>
</body>
</html>