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