modification js et Html planetes
This commit is contained in:
parent
b6904486e8
commit
230d0e938f
2 changed files with 202 additions and 2 deletions
|
|
@ -4,9 +4,26 @@
|
|||
<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>Document</title>
|
||||
<title>Planètes - Star Wars Choubaka</title>
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
<script src="./scripts/planetes.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue