Files
Site-Web/fun/jeux_flash.html
T
2026-05-16 11:10:19 +02:00

29 lines
854 B
HTML
Executable File

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jeux Flash</title>
<link rel="stylesheet" href="../data/style.css">
</head>
<body>
<div class="container">
<h1>Des classiques!</h1>
<!-- Game Cards -->
<div class="card"><a href="Flash/RC.html">Rollercoaster Creator</a></div>
<div class="card"><a href="Flash/PD.html">Penguin Dinner</a></div>
<!--
<div class="card"><a href="game3/index.html">🧩 Game 3: Fancy Pants Adventure</a></div>
<div class="card"><a href="game4/index.html">🕹️ Game 4: The Impossible Quiz</a></div>
-->
<!-- Add more games as needed -->
</div>
<footer>
&copy; 2025 Classic Web Games • Hosted with ❤️
</footer>
</body>
</html>