37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!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>Planètes - Star Wars Choubaka</title>
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
<script src="./scripts/planetes.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<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>Planètes</h1>
|
|
<section class="container" id="container"> <!-- class Css-->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
<div class="boutons"> <!-- class Css-->
|
|
<button class="allButtons" name="moins" value="-1"> < </button>
|
|
<div id="buttons"></div>
|
|
<button class="allButtons" name="plus" value="+1"> > </button>
|
|
|
|
</div>
|
|
<footer></footer>
|
|
</body>
|
|
</html> |