diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/assets/favicon.ico | bin | 0 -> 318 bytes | |||
-rw-r--r-- | project/templates/base.html | 1 | ||||
-rw-r--r-- | project/templates/base_math.html | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/project/assets/favicon.ico b/project/assets/favicon.ico Binary files differnew file mode 100644 index 0000000..a34ecc5 --- /dev/null +++ b/project/assets/favicon.ico diff --git a/project/templates/base.html b/project/templates/base.html index e9ced35..a682b86 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -6,6 +6,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>{% block title %}{% endblock %}</title> + <link href="/favicon.ico" rel="icon" type="image/x-icon" /> <link href="/css/default.css" rel="stylesheet" /> {% block style %} {% endblock %} diff --git a/project/templates/base_math.html b/project/templates/base_math.html index aa6c7fa..bb1e6e5 100644 --- a/project/templates/base_math.html +++ b/project/templates/base_math.html @@ -6,6 +6,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>{% block title %}{% endblock %}</title> + <link href="/favicon.ico" rel="icon" type="image/x-icon" /> <link href="/css/default.css" rel="stylesheet" /> {% block style %} {% endblock %} |