Skip to content

Commit a2f2bed

Browse files
committed
Update main.js
1 parent e2c0c2b commit a2f2bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ function getData(){
1616
var lastPlayed = "None";
1717
var joined = data['createdAt'];
1818
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
19-
html += '<h1>Nane:' + Username + '</h1>';
19+
html += '<br>Name:' + Username + '</br>';
20+
// Center
2021
html += '<br><b>url: </b>' + url;
2122
$('.profile').html(html);
2223
});;

0 commit comments

Comments
 (0)