mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
Skeleton for HTML desing
This commit is contained in:
22
base.html
Normal file
22
base.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user