summaryrefslogtreecommitdiff
path: root/fossee_manim
diff options
context:
space:
mode:
authorSharanya A2019-07-11 11:36:40 +0530
committerSharanya A2019-07-11 11:36:40 +0530
commitbb5fdf02446e0ae95782cf535b75b7a61c71df4c (patch)
treed4a94f3a281a5ad7523e886a61983203689fdcfb /fossee_manim
parent3723ebeccad6e15871fe951bff76c27515c9810e (diff)
downloadFOSSEE_animations-bb5fdf02446e0ae95782cf535b75b7a61c71df4c.tar.gz
FOSSEE_animations-bb5fdf02446e0ae95782cf535b75b7a61c71df4c.tar.bz2
FOSSEE_animations-bb5fdf02446e0ae95782cf535b75b7a61c71df4c.zip
Added favicon
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>