add ads
This commit is contained in:
parent
9533771edf
commit
336584c29c
BIN
img/movie.jpeg
BIN
img/movie.jpeg
Binary file not shown.
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 119 KiB |
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
var obox1 = document.createElement("div")
|
var obox1 = document.createElement("div")
|
||||||
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "750" />';
|
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "370" />';
|
||||||
obox1.style.position = "fixed";
|
obox1.style.position = "fixed";
|
||||||
obox1.style.right = "20px";
|
obox1.style.right = "20px";
|
||||||
obox1.style.bottom = "0px";
|
obox1.style.bottom = "0px";
|
||||||
|
|
Loading…
Reference in New Issue