<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Brief Star Wars - FILMS</title> <script src="./scripts/films.js" defer></script> </head> <body> <h1>FILMS</h1> <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.."> <section id="container" style="font-size:12px;"> </section> <div class="boutons"> <button class="allButtons" name="moins" value="-1"> < </button> <div id="buttons"></div> <button class="allButtons" name="plus" value="+1"> > </button> </div> </body> </html>