Skip to content

Commit e6ee2e1

Browse files
committed
feat: update favicon
1 parent 4b56fa6 commit e6ee2e1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

othello/static/favicon.ico

-4.33 KB
Binary file not shown.

othello/static/favicon.png

36.4 KB
Loading

othello/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title id="title">{% block title %}{% endblock %}</title>
77
<meta charset="UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
9-
<link rel="icon" type="image/vnd.microsoft.icon" href="{% static 'favicon.ico' %}">
9+
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}">
1010
<link rel="stylesheet" href="{% static 'vendor/bootstrap/css/bootstrap.min.css' %}">
1111
<link rel="stylesheet" href="{% static 'vendor/selectize/css/selectize.min.css' %}">
1212
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

0 commit comments

Comments
 (0)