mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-04 23:51:59 +00:00
Move html template out
This commit is contained in:
committed by
Juha Ristolainen
parent
4a77a37875
commit
e5536d8c23
6
assets/profile.html
Normal file
6
assets/profile.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<link rel="stylesheet" href="file:///${style}">
|
||||
<h3> ${user}'s Profile Level ${level} (${xp} XP)
|
||||
<% if( newxp > 0 ) { %>
|
||||
<sup>(<%= newxp %>)</sup>
|
||||
<% } %>
|
||||
</h3>
|
Reference in New Issue
Block a user