Skip to content
Snippets Groups Projects

Tache2

Merged MAHDIR Safaa requested to merge tache2 into main
3 files
+ 32
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
0
@@ -8,6 +8,9 @@
@@ -8,6 +8,9 @@
</head>
</head>
<body>
<body>
<h1>Liste de Pokémon</h1>
<h1>Liste de Pokémon</h1>
 
<button id="all">Tous</button>
 
<button id="weight">+ de 3kg</button>
 
<button id="height">- de 1m</button>
<ul id="pokemon-list"></ul>
<ul id="pokemon-list"></ul>
<script src="script.js"></script>
<script src="script.js"></script>
</body>
</body>
Loading