mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
23 lines
810 B
HTML
23 lines
810 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div class=top-bar>
|
|
<div class=prev-button></div>
|
|
<div class=next-button></div>
|
|
<div class=top100-button></div>
|
|
<input class=search-field></div>
|
|
<input class=goto-position-field></div>
|
|
</div>
|
|
<div class=leaderboard-conatiner>
|
|
<div class=leaderboard-line-even></div>
|
|
<div class=leaderboard-line-odd></div>
|
|
</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" href="https://github.com/FAUSheppy/skillbird">Star on GitHub</a>
|
|
</div>
|
|
</body>
|
|
</html>
|