init
This commit is contained in:
commit
adc618f153
31 changed files with 769 additions and 0 deletions
4
models/reverse.js
Normal file
4
models/reverse.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const top_element = document.getElementById("top");
|
||||
const copy = top_element.cloneNode(true);
|
||||
copy.id = "bottom";
|
||||
top_element.parentNode.appendChild(copy);
|
Loading…
Add table
Add a link
Reference in a new issue