summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/assets/favicon.icobin0 -> 318 bytes
-rw-r--r--project/templates/base.html1
-rw-r--r--project/templates/base_math.html1
3 files changed, 2 insertions, 0 deletions
diff --git a/project/assets/favicon.ico b/project/assets/favicon.ico
new file mode 100644
index 0000000..a34ecc5
--- /dev/null
+++ b/project/assets/favicon.ico
Binary files differ
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 %}