first commit
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
<!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>
|
||||
© 2025 Classic Web Games • Hosted with ❤️
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user