add ads
This commit is contained in:
parent
2fec1231a7
commit
5bb1492c90
|
@ -24,7 +24,7 @@
|
||||||
"copy-code-button",
|
"copy-code-button",
|
||||||
"tbfed-pagefooter",
|
"tbfed-pagefooter",
|
||||||
"heading-anchors",
|
"heading-anchors",
|
||||||
"donate",
|
"-donate",
|
||||||
"scripts"
|
"scripts"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
var obox1 = document.createElement("div")
|
var obox1 = document.createElement("div")
|
||||||
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "270" height = "380" />';
|
obox1.innerHTML = '<img src = "/img/movie.jpeg" width = "275" height = "750" />';
|
||||||
obox1.style.position = "fixed";
|
obox1.style.position = "fixed";
|
||||||
obox1.style.right = "20px";
|
obox1.style.right = "20px";
|
||||||
obox1.style.bottom = "200px";
|
obox1.style.bottom = "200px";
|
||||||
|
|
Loading…
Reference in New Issue