test add link
This commit is contained in:
parent
5506bf1ac6
commit
cfc7199d57
|
@ -1,7 +1,7 @@
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
var obox = document.createElement("div")
|
var obox = document.createElement("div")
|
||||||
obox.innerHTML = '<a href="https://u.jd.com/Uj4bve" title="ElasticSearch源码解析与优化实践">' +
|
obox.innerHTML = '<a href="https://u.jd.com/Uj4bve" title="ElasticSearch源码解析与优化实践">' +
|
||||||
'<img src = "./elasticsearch.jpg" width = "250" height = "250" />' +
|
'<img src = "./img/elasticsearch.jpg" width = "200" height = "200" />' +
|
||||||
'</a>';
|
'</a>';
|
||||||
obox.style.position = "fixed";
|
obox.style.position = "fixed";
|
||||||
obox.style.right = "20px";
|
obox.style.right = "20px";
|
||||||
|
|
Loading…
Reference in New Issue