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 e2c0c2b commit a2f2bedCopy full SHA for a2f2bed
js/main.js
@@ -16,7 +16,8 @@ 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>Nane:' + Username + '</h1>';
+ html += '<br>Name:' + Username + '</br>';
20
+ // Center
21
html += '<br><b>url: </b>' + url;
22
$('.profile').html(html);
23
});;
0 commit comments