Add favicon.
This commit is contained in:
parent
178656c929
commit
d7efb0d6ad
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
<title>UnderCover</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles_min.css') }}">
|
||||
<link rel="icon" href="{{ url_for('static', filename='favicon.png') }}" />
|
||||
<meta name="viewport" content="user-scalable=no; width=device-width">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue