update films.js et films.html

This commit is contained in:
Vincent Ramiere 2021-10-19 21:47:54 +02:00
parent b2a39dbced
commit e048663302
2 changed files with 89 additions and 79 deletions

View file

@ -4,16 +4,27 @@
<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>
<title>Films - Star Wars Choubaka</title>
<link rel="stylesheet" href="./css/style.css">
<script src="./scripts/films.js" defer></script>
</head>
<body>
<h1>FILMS</h1>
<header>
<nav class="navSearch">
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="films.html">Films</a></li>
<li><a href="people.html">Personnages</a></li>
<li><a href="planetes.html">Planètes</a></li>
</ul>
</nav>
</header>
<h1>Films</h1>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names..">
<section id="container" style="font-size:12px;">
</section>
<section class="container" id="container"></section>
<div class="boutons">
<button class="allButtons" name="moins" value="-1"> < </button>
@ -21,6 +32,6 @@
<button class="allButtons" name="plus" value="+1"> > </button>
</div>
<footer></footer>
</body>
</html>