mirror of https://github.com/helloxz/imgurl.git
xiaoz
6 years ago
4 changed files with 35 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||||
|
$(document).ready(function(){ |
||||||
|
var left_gg = '<a href = "https://www.xiaoz.me/archives/12774" target = "_blank"><img src = "https://i.bmp.ovh/imgs/2019/05/9177285b57dfd962.png" /></a>'; |
||||||
|
var right_gg = '<a href = "https://www.xiaoz.me/archives/11183" target = "_blank"><img src = "https://i.bmp.ovh/imgs/2019/05/0fa7eca50fe23133.png" /></a>'; |
||||||
|
$("#left-gg").append(left_gg); |
||||||
|
$("#right-gg").append(right_gg); |
||||||
|
}); |
Loading…
Reference in new issue