modification sana

This commit is contained in:
Sana EL HIRI 2021-10-20 11:17:57 +02:00
parent 0ae14697c6
commit 44f77589e1
7 changed files with 88 additions and 45 deletions

View file

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