2021-10-18 13:24:38 +00:00
|
|
|
<!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">
|
|
|
|
<link rel="stylesheet" href="styles/style.css">
|
2021-10-18 15:33:22 +00:00
|
|
|
<script src="/scripts/films.js" defer type="module"></script>
|
2021-10-18 13:24:38 +00:00
|
|
|
<title>Films</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-10-18 13:58:21 +00:00
|
|
|
<section class="titre"><a href="index.html">STAR WARS</a></section>
|
|
|
|
<section class="sec-menu">
|
|
|
|
<nav class="nav-menu">
|
|
|
|
<ul class="ul-menu">
|
|
|
|
<li id="films"><a href="films.html">Films</a></li>
|
|
|
|
<li id="planets"><a href="planets.html">Planets</a></li>
|
|
|
|
<li id="characters"><a href="characters.html">Characters</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</section>
|
2021-10-19 11:04:58 +00:00
|
|
|
<section id = "reponses-films"> </section>
|
|
|
|
<button id = "deploiement-films">Click pour le détail</button>
|
2021-10-19 13:23:13 +00:00
|
|
|
<button id = "deploiement-films2">Click pour le détail</button>
|
|
|
|
<button id = "deploiement-films3">Click pour le détail</button>
|
|
|
|
<button id = "deploiement-films4">Click pour le détail</button>
|
|
|
|
<button id = "deploiement-films5">Click pour le détail</button>
|
|
|
|
<button id = "deploiement-films6">Click pour le détail</button>
|
|
|
|
<div class = "vaisseaux-films"></div>
|
|
|
|
<div class = "especes-films"></div>
|
2021-10-19 11:04:58 +00:00
|
|
|
<div class = "image-films"></div>
|
2021-10-18 13:24:38 +00:00
|
|
|
</body>
|
|
|
|
</html>
|