From 5506bf1ac60371986fbf649c800e459a3038bcb3 Mon Sep 17 00:00:00 2001 From: liujianhuan Date: Wed, 1 Jul 2020 12:52:19 +0800 Subject: [PATCH] test add link --- scripts/myscript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/myscript.js b/scripts/myscript.js index 2c06378..ee1913f 100644 --- a/scripts/myscript.js +++ b/scripts/myscript.js @@ -1,7 +1,7 @@ window.onload = function() { var obox = document.createElement("div") - obox.innerHTML = ' < ' + - 'img src = "./elasticsearch.jpg" width = "250" height = "250" / >' + + obox.innerHTML = '' + + '' + ''; obox.style.position = "fixed"; obox.style.right = "20px";