jge
This commit is contained in:
parent
4c36c2b209
commit
5c2a1c30e1
2 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,9 @@
|
|||
<body>
|
||||
<script src="./js/intro.js" deref></script>
|
||||
<script src="./js/element.js"></script>
|
||||
<div id="divButtonScore">
|
||||
<script src="./js/technologie.js"></script>
|
||||
<div id="divButton_score">
|
||||
|
||||
|
||||
</div>
|
||||
<table>
|
||||
|
|
|
@ -4,7 +4,7 @@ document.addEventListener("click",firstClick)
|
|||
|
||||
|
||||
function firstClick(){
|
||||
let position_button=document.getElementById("divButton_score")
|
||||
let position_button=document.getElementById("divButtonScore")
|
||||
const click = document.createElement("button")
|
||||
click.innerText="click"
|
||||
position_button.appendChild(click)
|
||||
|
|
Loading…
Reference in a new issue