change favicon

This commit is contained in:
Kenneth Jao 2018-01-20 21:55:50 -05:00
parent ba49f61334
commit ee25012598
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>SmearcarDB</title>
<link rel="icon" href="{{ url_for('static', filename='resources/favicon.ico') }}">
<link rel="icon" href="/static/resources/favicon.ico?v=2">
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">