We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1e332 commit e2c0c2bCopy full SHA for e2c0c2b
js/main.js
@@ -16,7 +16,7 @@ function getData(){
16
var lastPlayed = "None";
17
var joined = data['createdAt'];
18
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
19
- html += '<h1>' + Username + '</h1>';
+ html += '<h1>Nane:' + Username + '</h1>';
20
html += '<br><b>url: </b>' + url;
21
$('.profile').html(html);
22
});;
0 commit comments