Move html template out

This commit is contained in:
Valentin Ivanov
2018-04-23 17:09:14 -04:00
committed by Juha Ristolainen
parent 4a77a37875
commit e5536d8c23
3 changed files with 22 additions and 4 deletions

View File

@ -40,5 +40,5 @@ h3 {
}
img {
float: left;
float: left;
}

6
assets/profile.html Normal file
View 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>