Skip to content

Commit ef1e332

Browse files
committed
Update main.js
1 parent 0aad490 commit ef1e332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ function getData(){
1818
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
1919
html += '<h1>' + Username + '</h1>';
2020
html += '<br><b>url: </b>' + url;
21+
$('.profile').html(html);
2122
});;
2223
}

0 commit comments

Comments
 (0)