mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-07-29 05:49:50 +00:00
Move html template out
This commit is contained in:
committed by
Juha Ristolainen
parent
4a77a37875
commit
e5536d8c23
@ -40,5 +40,5 @@ h3 {
|
||||
}
|
||||
|
||||
img {
|
||||
float: left;
|
||||
float: left;
|
||||
}
|
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