added an ugly favicon. Note: the default one that we get the 404 error about will be taken from the root domain elab.kth.se anyway.

pull/3/head
Marek Baczynski 6 years ago
parent d1bd2aa0ec
commit 6120420f56

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -9,6 +9,8 @@
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
<link rel="apple-touch-icon-precomposed" href="{{ url_for('static', filename='apple-touch-icon.png') }}">
<script src="https://use.fontawesome.com/2fef7be393.js"></script>
<script type="text/javascript" src="{{ url_for('static', filename='common.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='script.js') }}"></script>

Loading…
Cancel
Save