diff --git a/index.html b/index.html
index 078d40164db20c44748c724fea52a796ae6d7f60..8b7a0f42487e023dee5c0f02009e294dff56e702 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,9 @@
 </head>
 <body>
     <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>
     <script src="script.js"></script>
 </body>