add ads
This commit is contained in:
parent
5bb1492c90
commit
9533771edf
|
@ -3,7 +3,7 @@ var obox1 = document.createElement("div")
|
|||
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "750" />';
|
||||
obox1.style.position = "fixed";
|
||||
obox1.style.right = "20px";
|
||||
obox1.style.bottom = "200px";
|
||||
obox1.style.bottom = "0px";
|
||||
|
||||
|
||||
var sbox = document.getElementsByTagName("body")[0];
|
||||
|
|
Loading…
Reference in New Issue