diff options
author | Sharanya A | 2019-07-11 11:36:40 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-11 11:36:40 +0530 |
commit | bb5fdf02446e0ae95782cf535b75b7a61c71df4c (patch) | |
tree | d4a94f3a281a5ad7523e886a61983203689fdcfb /fossee_manim | |
parent | 3723ebeccad6e15871fe951bff76c27515c9810e (diff) | |
download | FOSSEE_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.ico | bin | 0 -> 21091 bytes | |||
-rw-r--r-- | fossee_manim/templates/fossee_manim/base.html | 2 | ||||
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/fossee_manim/static/img/favicon.ico b/fossee_manim/static/img/favicon.ico Binary files differnew file mode 100644 index 0000000..e244416 --- /dev/null +++ b/fossee_manim/static/img/favicon.ico 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> |