mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-07-29 22:09:49 +00:00
7 lines
176 B
HTML
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>
|