Add favicon
This commit is contained in:
BIN
static/favicon.32.png
Normal file
BIN
static/favicon.32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/favicon.64.png
Normal file
BIN
static/favicon.64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -4,6 +4,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
{% load staticfiles %}
|
||||
<link href="{% static "css/site.css" %}" rel="stylesheet" />
|
||||
<link rel="icon" href="{% static "favicon.32.png" %}" sizes="32x32" type="image/png">
|
||||
<link rel="icon" href="{% static "/favicon.64.png" %}" sizes="64x64" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav">
|
||||
|
||||
Reference in New Issue
Block a user