Files
code-stats-vscode/assets/profile.html
2018-07-04 13:37:33 +02:00

7 lines
176 B
HTML

<link rel="stylesheet" href="file:///${style}">
<h3> ${user}'s Profile Level ${level} (${xp} XP)
<% if( newxp > 0 ) { %>
<sup>(<%= newxp %>)</sup>
<% } %>
</h3>