TONS of work.
* Got stats page working * Got main LevelUp page working * A lot of stat processing stuff
This commit is contained in:
8
templates/levelup-main.html
Normal file
8
templates/levelup-main.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div>
|
||||
<h2>Level Up!</h2>
|
||||
</div>
|
||||
|
||||
<button id="btnAlphaSort" class="pure-button success">Sort by Alpha <i class="fa fa-sort-asc"></i></button>
|
||||
<button id="btnXpSort" class="pure-button success">Sort by XP<i class="fa fa-sort-desc"></i> </button>
|
||||
<div id="userXpList" class="pure-g">
|
||||
</div>
|
Reference in New Issue
Block a user