Version étudiants

This commit is contained in:
jmd
2025-04-08 11:22:56 +02:00
commit 4ae9d77f4b
9 changed files with 56 additions and 0 deletions

30
index.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Les modèles d'ordinateurs</h1>
<ul>
<li id="fixe">Ordinateur fixe</li>
<li id="portable">Ordinateur portable</li>
</ul>
<img id="img-pc" src="img/ordinateur.png" alt="ordinateur fixe">
<h2>Des périphériques</h2>
<button id="btn-suivant">Image suivante</button>
<img id="img-peripherique" src="" alt="un périphérique">
<button id="btn-precedent">Image précédente</button>
<script src="script.js" defer></script>
</body>
</html>