summaryrefslogtreecommitdiff
path: root/fossee_manim
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim')
-rw-r--r--fossee_manim/static/img/favicon.icobin0 -> 21091 bytes
-rw-r--r--fossee_manim/templates/fossee_manim/base.html2
-rw-r--r--fossee_manim/templates/fossee_manim/index.html1
3 files changed, 2 insertions, 1 deletions
diff --git a/fossee_manim/static/img/favicon.ico b/fossee_manim/static/img/favicon.ico
new file mode 100644
index 0000000..e244416
--- /dev/null
+++ b/fossee_manim/static/img/favicon.ico
Binary files differ
diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html
index 5409b52..bacb95d 100644
--- a/fossee_manim/templates/fossee_manim/base.html
+++ b/fossee_manim/templates/fossee_manim/base.html
@@ -15,7 +15,7 @@
<link rel="stylesheet" href="{{ URL_ROOT }}/static/css/sticky-footer.css" type="text/css" />
<!-- favicon -->
- <link rel="shortcut icon" type="image/png" href="{{ URL_ROOT}}/"/>
+ <link rel="shortcut icon" href="{{ URL_ROOT }}/static/img/favicon.ico" />
</head>
<!-- For js/ajax and other related scripts -->
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html
index edcfc77..dd12773 100644
--- a/fossee_manim/templates/fossee_manim/index.html
+++ b/fossee_manim/templates/fossee_manim/index.html
@@ -25,6 +25,7 @@
padding: 10px;
}
</style>
+ <link rel="shortcut icon" href="{{ URL_ROOT }}/static/img/favicon.ico" />
</head>