2021-10-19 07:53:50 +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">
|
2021-10-19 14:19:10 +00:00
|
|
|
<title>Planètes - Star Wars Choubaka</title>
|
|
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
|
|
<script src="./scripts/planetes.js" defer></script>
|
2021-10-19 07:53:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-10-19 14:19:10 +00:00
|
|
|
<h1>Planètes</h1>
|
|
|
|
<section class="container" id="container">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="boutons">
|
|
|
|
<button class="allButtons" name="moins" value="-1"> < </button>
|
|
|
|
<div id="buttons"></div>
|
|
|
|
<!-- <button name="un" value=1> 1 </button>
|
|
|
|
<button name="deux" value=2> 2 </button> -->
|
|
|
|
<button class="allButtons" name="plus" value="+1"> > </button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2021-10-19 07:53:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|