test add link

This commit is contained in:
liujianhuan 2020-07-01 12:56:13 +08:00
parent cfc7199d57
commit 5ff208c9e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
window.onload = function() {
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" target="_blank" title="ElasticSearch源码解析与优化实践">' +
'<img src = "./img/elasticsearch.jpg" width = "200" height = "200" />' +
'</a>';
obox.style.position = "fixed";