implement find player

This commit is contained in:
2019-06-09 15:55:28 +02:00
parent 1b97512735
commit 3c69e68385
4 changed files with 49 additions and 13 deletions

View File

@@ -16,6 +16,7 @@
placeholder="search player...">
<input id="gotoRank" type="number" class=input-field-number
placeholder="goto rank...">
{{ findPlayer }}
</div>
<div class=leaderboard-container>
<div class=colum-names>{{ columNames }}</div>
@@ -32,7 +33,8 @@
</div>
<div class=footer>
<a class="footerLink" href="https://blog.atlantishq.de/about">Impressum/Legal</a>
<a class="footerLink mid" href="https://github.com/FAUSheppy/">Other Projects</a>
<a class="footerLink mid" href="https://blog.atlantishq.de/post/insurgency-rating-1/">
How does it work?</a>
<a class="footerLink" href="https://github.com/FAUSheppy/skillbird">Star on GitHub</a>
</div>
</body>