mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
move css to static dir
This commit is contained in:
24
base.html
24
base.html
@@ -1,24 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=top-bar>
|
||||
<div class=top-button>Forward</div>
|
||||
<div class=top-button>Backward</div>
|
||||
<div class=top-button>Top 100</div>
|
||||
<input class=input-field>
|
||||
<input class=input-field>
|
||||
</div>
|
||||
<div class=leaderboard-container>
|
||||
{% for player in playerList %}
|
||||
<option value="">{{country}}</option>
|
||||
{% endfor %}
|
||||
</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