test add link

This commit is contained in:
liujianhuan 2020-07-01 13:21:57 +08:00
parent 5ff208c9e0
commit 1d14420f05
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ window.onload = function() {
obox.style.right = "20px";
obox.style.bottom = "100px";
var sbox = document.getElementsByClassName("page-inner")[0];
var sbox = document.getElementsByTagName("body")[0];
sbox.appendChild(obox);
}