people js + html
This commit is contained in:
parent
b35da814ce
commit
d575b87ad3
2 changed files with 103 additions and 2 deletions
19
people.html
19
people.html
|
|
@ -4,9 +4,24 @@
|
|||
<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>Brief Star Wars - People</title>
|
||||
|
||||
<script src="./js/script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>People</h1>
|
||||
<section id="container" style="font-size:12px;">
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<div class="boutons">
|
||||
<button class="allButtons" name="moins" value="-1"> < </button>
|
||||
<div id="buttons"></div>
|
||||
<button class="allButtons" name="plus" value="+1"> > </button>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue