colors from template

This commit is contained in:
ville rantanen
2018-07-01 21:26:59 +03:00
parent 99fa595cd4
commit 3d35abbb50
4 changed files with 82 additions and 35 deletions

View File

@@ -1,7 +1,9 @@
<!doctype html>
<head>
<title>Flees</title>
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/colors.css') }}">
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/styles.css') }}">
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/user.css') }}">
<link rel="icon" href="{{ url_for('static', filename='css/flees.ico') }}" type="image/x-icon" />
<script src="{{ url_for('static', filename='js/tablesort.js') }}" type="text/javascript"></script>
<script src="{{ url_for('static', filename='js/scripts.js') }}" type="text/javascript"></script>