move css to static dir

This commit is contained in:
2019-06-08 23:02:10 +02:00
parent 9ae58c7761
commit 2a752d8f72
2 changed files with 0 additions and 24 deletions

View File

@@ -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>